WorkflowApplication.EndGetInstance(IAsyncResult) Method

Definition

Waits for the instance retrieval to complete.

public:
 static System::Activities::WorkflowApplicationInstance ^ EndGetInstance(IAsyncResult ^ asyncResult);
public static System.Activities.WorkflowApplicationInstance EndGetInstance (IAsyncResult asyncResult);
static member EndGetInstance : IAsyncResult -> System.Activities.WorkflowApplicationInstance
Public Shared Function EndGetInstance (asyncResult As IAsyncResult) As WorkflowApplicationInstance

Parameters

asyncResult
IAsyncResult

The asynchronous result.

Returns

The result of the operation.

Applies to