WorkflowApplication.BeginGetRunnableInstance Methode

Definition

Ruft asynchron den Besitzer einer ausführbaren Instanz unter Verwendung des asynchronen IAsyncResult-Entwurfsmusters ab.

Überlädt

BeginGetRunnableInstance(InstanceStore, AsyncCallback, Object)

Ruft asynchron den Besitzer einer ausführbaren Instanz unter Verwendung des asynchronen IAsyncResult-Entwurfsmusters mit angegebenem Instanzspeicher, Rückruf und Zustand ab.

BeginGetRunnableInstance(InstanceStore, TimeSpan, AsyncCallback, Object)

Ruft asynchron den Besitzer einer ausführbaren Instanz unter Verwendung des asynchronen IAsyncResult-Entwurfsmusters mit angegebenem Instanzspeicher, Timeoutinterval, Rückruf und Zustand ab.

BeginGetRunnableInstance(InstanceStore, AsyncCallback, Object)

Ruft asynchron den Besitzer einer ausführbaren Instanz unter Verwendung des asynchronen IAsyncResult-Entwurfsmusters mit angegebenem 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 beibehaltenen Zustand der aktuellen Instanz der Workflowanwendung.

callback
AsyncCallback

Die Methode, die aufgerufen wird, wenn der Ladebeginnvorgang abgeschlossen ist.

state
Object

Ein optionales, anwendungsspezifisches Objekt, das Informationen über die asynchrone Operation enthält.

Gibt zurück

Ein Verweis auf den asynchronen Vorgang.

Gilt für:

BeginGetRunnableInstance(InstanceStore, TimeSpan, AsyncCallback, Object)

Ruft asynchron den Besitzer einer ausführbaren Instanz unter Verwendung des asynchronen IAsyncResult-Entwurfsmusters mit angegebenem Instanzspeicher, Timeoutinterval, 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 beibehaltenen Zustand der aktuellen Instanz der Workflowanwendung.

timeout
TimeSpan

Das Intervall, in dem der Ladebeginnvorgang abgeschlossen werden muss, bevor der Vorgang abgebrochen und eine TimeoutException ausgelöst wird.

callback
AsyncCallback

Die Methode, die aufgerufen wird, wenn der Ladebeginnvorgang abgeschlossen ist.

state
Object

Ein optionales, anwendungsspezifisches Objekt, das Informationen über die asynchrone Operation enthält.

Gibt zurück

Ein Verweis auf den asynchronen Vorgang.

Gilt für: