IAzureCosmosDbSendActionFlowExecutionUpdate Method

When executing a specific action flow, this method is used by te Event Handler to send updates using the Redis pub/sub mechanism, so the front-end can inform the user.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task<long> SendActionFlowExecutionUpdate(
	ActionFlowEvent actionFlowEvent,
	ProgressDto progress
)

Parameters

actionFlowEvent  ActionFlowEvent
Action flow event to send the subscription message for
progress  ProgressDto
The current state of the action flow execution

Return Value

TaskInt64
Task execution with publication result.

See Also