IAzureCosmosDbDeleteActionFlowAssignment Method

Deletes an action flow assignment from the database. This will not delete the assigned action flow itself, only the assignment to the event.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task DeleteActionFlowAssignment(
	ActionFlowAssignmentDto assignment,
	UserSessionData deletedBy,
	CancellationToken cancellationToken = default
)

Parameters

assignment  ActionFlowAssignmentDto
Assignment to delete
deletedBy  UserSessionData
User deleting the assignment
cancellationToken  CancellationToken  (Optional)
Cancellation token (optional)

Return Value

Task
Task completion

See Also