FormSubmitOverlayDisplayOverlay(Guid, ActionFlowEvent) Method

Starts displaying the overlay.

Definition

Namespace: MobileTrack.Web.Portal.Components.ItemEditors
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public Task DisplayOverlay(
	Guid executionId,
	ActionFlowEvent eventType
)

Parameters

executionId  Guid
Can be left empty. If set, it will be used to listen to the Redis Channel to listen for updates on the ProgressStatus
eventType  ActionFlowEvent
Can only be used if executionId is set; determines the kind of event we're listening to on the Redis Channel.

Return Value

Task
Task completion

Exceptions

ArgumentExceptionThrown if executionId is Empty or eventType is IsEmpty(T).

See Also