WorkflowApplication.BeginGetRunnableInstance Methode

Definitie

Haalt een runnable exemplaareigenaar asynchroon op met behulp van het IAsyncResult asynchrone ontwerppatroon.

Overloads

Name Description
BeginGetRunnableInstance(InstanceStore, AsyncCallback, Object)

Haalt een runnable exemplaareigenaar asynchroon op met behulp van het asynchrone ontwerppatroon met het IAsyncResult opgegeven exemplaararchief, callback en status.

BeginGetRunnableInstance(InstanceStore, TimeSpan, AsyncCallback, Object)

Haalt een runnable exemplaareigenaar asynchroon op met behulp van het asynchrone ontwerppatroon met het IAsyncResult opgegeven exemplaararchief, time-outinterval, callback en status.

BeginGetRunnableInstance(InstanceStore, AsyncCallback, Object)

Haalt een runnable exemplaareigenaar asynchroon op met behulp van het asynchrone ontwerppatroon met het IAsyncResult opgegeven exemplaararchief, callback en status.

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

Parameters

instanceStore
InstanceStore

De toegang tot de persistente status van het huidige exemplaar van de werkstroomtoepassing.

callback
AsyncCallback

De methode die moet worden aangeroepen wanneer de begintaakbewerking is voltooid.

state
Object

Een optioneel toepassingsspecifiek object dat informatie bevat over de asynchrone bewerking.

Retouren

Een verwijzing naar de asynchrone bewerking.

Van toepassing op

BeginGetRunnableInstance(InstanceStore, TimeSpan, AsyncCallback, Object)

Haalt een runnable exemplaareigenaar asynchroon op met behulp van het asynchrone ontwerppatroon met het IAsyncResult opgegeven exemplaararchief, time-outinterval, callback en status.

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

Parameters

instanceStore
InstanceStore

De toegang tot de persistente status van het huidige exemplaar van de werkstroomtoepassing.

timeout
TimeSpan

Het interval waarin de begintaakbewerking moet worden voltooid voordat de bewerking wordt geannuleerd en er een TimeoutException wordt gegenereerd.

callback
AsyncCallback

De methode die moet worden aangeroepen wanneer de begintaakbewerking is voltooid.

state
Object

Een optioneel toepassingsspecifiek object dat informatie bevat over de asynchrone bewerking.

Retouren

Een verwijzing naar de asynchrone bewerking.

Van toepassing op