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