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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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