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