Click or drag to resize

WorkflowBeginStart Method

Begins to start the workflow.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public IAsyncResult BeginStart(
	AsyncCallback callback,
	Object state
)

Parameters

callback
Type: SystemAsyncCallback
The method to be called when the asynchronous start operation is completed.
state
Type: SystemObject
A user-provided object that distinguishes this particular asynchronous start request from other requests.

Return Value

Type: IAsyncResult
An IAsyncResult that references the asynchronous start.

Implements

IWorkflowBeginStart(AsyncCallback, Object)
See Also