Click or drag to resize

IWorkflowEndStart Method

Waits for the pending asynchronous start to complete.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
void EndStart(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: SystemIAsyncResult
The reference to the pending asynchronous request to wait for.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe workflow is not in a state in which it can be started. Only when the workflow is in the state Init or Stopped, it can be started.
See Also