WorkflowApplication.EndGetRunnableInstance(IAsyncResult) Yöntem

Tanım

Çalıştırılabilir örnek işleminin zaman uyumsuz alımının tamamlanmasını bekler.

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

Parametreler

asyncResult
IAsyncResult

Zaman uyumsuz sonuç.

Döndürülenler

İşlemin sonucu.

Şunlara uygulanır