WorkflowApplication.EndGetRunnableInstance(IAsyncResult) Metod

Definition

Väntar på att den asynkrona hämtningen av den körbara instansåtgärden ska slutföras.

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

Parametrar

asyncResult
IAsyncResult

Det asynkrona resultatet.

Returer

Resultatet av operationen.

Gäller för