AzureCosmosDbDeleteActionFlowAssignment 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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public 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

Implements

IAzureCosmosDbDeleteActionFlowAssignment(ActionFlowAssignmentDto, UserSessionData, CancellationToken)

See Also