Share via


WorkflowApplication.EndGetRunnableInstance(IAsyncResult) Metoda

Definice

Čeká na dokončení asynchronního načtení operace spustitelné instance.

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

Parametry

asyncResult
IAsyncResult

Asynchronní výsledek.

Návraty

Výsledek operace.

Platí pro