IWorkflowEndContinue Method |
Waits for the pending asynchronous continue to complete.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxvoid EndContinue(
IAsyncResult asyncResult
)
Sub EndContinue (
asyncResult As IAsyncResult
)
void EndContinue(
IAsyncResult^ asyncResult
)
abstract EndContinue :
asyncResult : IAsyncResult -> unit
Parameters
- asyncResult
- Type: SystemIAsyncResult
The reference to the pending asynchronous request to wait for.
Exceptions
See Also