WorkflowApplication.EndLoadRunnableInstance(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Waits for the asynchronous load runnable instance operation to complete.
public:
void EndLoadRunnableInstance(IAsyncResult ^ result);
public void EndLoadRunnableInstance (IAsyncResult result);
member this.EndLoadRunnableInstance : IAsyncResult -> unit
Public Sub EndLoadRunnableInstance (result As IAsyncResult)
Parameters
- result
- IAsyncResult
A reference to the asynchronous load operation.
Remarks
This method determines whether a BeginLoadRunnableInstance operation was successful. If called before the load operation completes, it blocks until the operation is complete.
This method loads workflows asynchronously using the IAsyncResult asynchronous design pattern. For more information, see Asynchronous Programming Overview.