Waits for the pending asynchronous stop to complete.
 
    Namespace: 
   Enkoni.Framework
    Assembly:
   Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic void EndStop(
	IAsyncResult asyncResult
)
Public Sub EndStop ( 
	asyncResult As IAsyncResult
)
public:
virtual void EndStop(
	IAsyncResult^ asyncResult
) sealed
abstract EndStop : 
        asyncResult : IAsyncResult -> unit 
override EndStop : 
        asyncResult : IAsyncResult -> unit Parameters
- asyncResult
 - Type: SystemIAsyncResult
The reference to the pending asynchronous request to wait for. 
Implements
IWorkflowEndStop(IAsyncResult)
Exceptions
See Also