WorkflowApplication.GetRunnableInstance 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 die ausgeführte Instanz des Workflows ab.
Überlädt
| Name | Beschreibung |
|---|---|
| GetRunnableInstance(InstanceStore, TimeSpan) |
Ruft die ausgeführte Instanz des Workflows mit dem angegebenen Instanzspeicher- und Timeoutintervall ab. |
| GetRunnableInstance(InstanceStore) |
Ruft die ausgeführte Instanz des Workflows mit dem angegebenen Instanzspeicher ab. |
GetRunnableInstance(InstanceStore, TimeSpan)
Ruft die ausgeführte Instanz des Workflows mit dem angegebenen Instanzspeicher- und Timeoutintervall 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 permanenten 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ührungsfähige Instanz.
Gilt für:
GetRunnableInstance(InstanceStore)
Ruft die ausgeführte Instanz des Workflows mit dem angegebenen 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 permanenten Zustand der aktuellen Instanz der Workflowanwendung.
Gibt zurück
Die ausführungsfähige Instanz.