WorkflowApplication.GetRunnableInstance Methode

Definition

Ruft die ausführbare Instanz des Workflows ab.

Überlädt

GetRunnableInstance(InstanceStore, TimeSpan)

Ruft die ausführbare Instanz des Workflows mit angegebenem Instanzspeicher und Timeoutinterval ab.

GetRunnableInstance(InstanceStore)

Ruft die ausführbare Instanz des Workflows mit angegebenem Instanzspeicher ab.

GetRunnableInstance(InstanceStore, TimeSpan)

Ruft die ausführbare Instanz des Workflows mit angegebenem Instanzspeicher und Timeoutinterval ab.

public:
 static System::Activities::WorkflowApplicationInstance ^ GetRunnableInstance(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, TimeSpan timeout);
public static System.Activities.WorkflowApplicationInstance GetRunnableInstance (System.Runtime.DurableInstancing.InstanceStore instanceStore, TimeSpan timeout);
static member GetRunnableInstance : System.Runtime.DurableInstancing.InstanceStore * TimeSpan -> System.Activities.WorkflowApplicationInstance
Public Shared Function GetRunnableInstance (instanceStore As InstanceStore, timeout As TimeSpan) As WorkflowApplicationInstance

Parameter

instanceStore
InstanceStore

Der Zugriff auf den beibehaltenen Zustand der aktuellen Instanz der Workflowanwendung.

timeout
TimeSpan

Das Intervall, in dem der Startladevorgang abgeschlossen werden muss, bevor der Vorgang abgebrochen wird.

Gibt zurück

Die ausführbare Instanz.

Gilt für:

GetRunnableInstance(InstanceStore)

Ruft die ausführbare Instanz des Workflows mit angegebenem Instanzspeicher ab.

public:
 static System::Activities::WorkflowApplicationInstance ^ GetRunnableInstance(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore);
public static System.Activities.WorkflowApplicationInstance GetRunnableInstance (System.Runtime.DurableInstancing.InstanceStore instanceStore);
static member GetRunnableInstance : System.Runtime.DurableInstancing.InstanceStore -> System.Activities.WorkflowApplicationInstance
Public Shared Function GetRunnableInstance (instanceStore As InstanceStore) As WorkflowApplicationInstance

Parameter

instanceStore
InstanceStore

Der Zugriff auf den beibehaltenen Zustand der aktuellen Instanz der Workflowanwendung.

Gibt zurück

Die ausführbare Instanz.

Gilt für: