WorkflowApplication.EndGetRunnableInstance(IAsyncResult) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wartet auf den asynchronen Abruf des ausführungsfähigen Instanzvorgangs.
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
Parameter
- asyncResult
- IAsyncResult
Das asynchrone Ergebnis.
Gibt zurück
Das Ergebnis des Vorgangs.