WorkflowBeginContinue Method |
Begins to continue the workflow.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic IAsyncResult BeginContinue(
AsyncCallback callback,
Object state
)
Public Function BeginContinue (
callback As AsyncCallback,
state As Object
) As IAsyncResult
public:
virtual IAsyncResult^ BeginContinue(
AsyncCallback^ callback,
Object^ state
) sealed
abstract BeginContinue :
callback : AsyncCallback *
state : Object -> IAsyncResult
override BeginContinue :
callback : AsyncCallback *
state : Object -> IAsyncResult
Parameters
- callback
- Type: SystemAsyncCallback
The method to be called when the asynchronous continue operation is completed. - state
- Type: SystemObject
A user-provided object that distinguishes this particular asynchronous continue request from other requests.
Return Value
Type:
IAsyncResultAn
IAsyncResult that references the asynchronous continue.
Implements
IWorkflowBeginContinue(AsyncCallback, Object)
See Also