WorkflowApplication.EndCreateDefaultInstanceOwner(IAsyncResult) Method

Definition

Waits for the creation of default instance owner to complete.

public:
 static void EndCreateDefaultInstanceOwner(IAsyncResult ^ asyncResult);
public static void EndCreateDefaultInstanceOwner (IAsyncResult asyncResult);
static member EndCreateDefaultInstanceOwner : IAsyncResult -> unit
Public Shared Sub EndCreateDefaultInstanceOwner (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

The asynchronous result.

Applies to