WorkflowApplication.BeginGetRunnableInstance 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.
Ruft einen ausführungsfähigen Instanzbesitzer asynchron mithilfe des IAsyncResult asynchronen Entwurfsmusters ab.
Überlädt
| Name | Beschreibung |
|---|---|
| BeginGetRunnableInstance(InstanceStore, AsyncCallback, Object) |
Ruft einen ausführungsfähigen Instanzbesitzer asynchron mithilfe des asynchronen Entwurfsmusters mit angegebenem IAsyncResult Instanzspeicher, Rückruf und Zustand ab. |
| BeginGetRunnableInstance(InstanceStore, TimeSpan, AsyncCallback, Object) |
Ruft asynchron einen ausführungsfähigen Instanzbesitzer mithilfe des IAsyncResult asynchronen Entwurfsmusters mit angegebenem Instanzspeicher, Timeoutintervall, Rückruf und Zustand ab. |
BeginGetRunnableInstance(InstanceStore, AsyncCallback, Object)
Ruft einen ausführungsfähigen Instanzbesitzer asynchron mithilfe des asynchronen Entwurfsmusters mit angegebenem IAsyncResult Instanzspeicher, Rückruf und Zustand ab.
public:
static IAsyncResult ^ BeginGetRunnableInstance(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginGetRunnableInstance(System.Runtime.DurableInstancing.InstanceStore instanceStore, AsyncCallback callback, object state);
static member BeginGetRunnableInstance : System.Runtime.DurableInstancing.InstanceStore * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginGetRunnableInstance (instanceStore As InstanceStore, callback As AsyncCallback, state As Object) As IAsyncResult
Parameter
- instanceStore
- InstanceStore
Der Zugriff auf den permanenten Zustand der aktuellen Instanz der Workflowanwendung.
- callback
- AsyncCallback
Die Methode, die aufgerufen werden soll, wenn der Startladevorgang abgeschlossen ist.
- state
- Object
Ein optionales anwendungsspezifisches Objekt, das Informationen zum asynchronen Vorgang enthält.
Gibt zurück
Ein Verweis auf den asynchronen Vorgang.
Gilt für:
BeginGetRunnableInstance(InstanceStore, TimeSpan, AsyncCallback, Object)
Ruft asynchron einen ausführungsfähigen Instanzbesitzer mithilfe des IAsyncResult asynchronen Entwurfsmusters mit angegebenem Instanzspeicher, Timeoutintervall, Rückruf und Zustand ab.
public:
static IAsyncResult ^ BeginGetRunnableInstance(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginGetRunnableInstance(System.Runtime.DurableInstancing.InstanceStore instanceStore, TimeSpan timeout, AsyncCallback callback, object state);
static member BeginGetRunnableInstance : System.Runtime.DurableInstancing.InstanceStore * TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginGetRunnableInstance (instanceStore As InstanceStore, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Parameter
- instanceStore
- InstanceStore
Der Zugriff auf den permanenten Zustand der aktuellen Instanz der Workflowanwendung.
- timeout
- TimeSpan
Das Intervall, in dem der Startladevorgang abgeschlossen werden muss, bevor der Vorgang abgebrochen wird und ein TimeoutException Vorgang ausgelöst wird.
- callback
- AsyncCallback
Die Methode, die aufgerufen werden soll, wenn der Startladevorgang abgeschlossen ist.
- state
- Object
Ein optionales anwendungsspezifisches Objekt, das Informationen zum asynchronen Vorgang enthält.
Gibt zurück
Ein Verweis auf den asynchronen Vorgang.