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