WorkflowApplication.GetInstance 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 Workflowinstanz ab.
Überlädt
GetInstance(Guid, InstanceStore) |
Ruft die Workflowinstanz unter Verwendung des angegebenen Instanzbezeichners und Instanzspeichers ab. |
GetInstance(Guid, InstanceStore, TimeSpan) |
Ruft die Workflowinstanz unter Verwendung des angegebenen Instanzbezeichners, Instanzspeichers und Timeoutintervals ab. |
GetInstance(Guid, InstanceStore)
Ruft die Workflowinstanz unter Verwendung des angegebenen Instanzbezeichners und Instanzspeichers ab.
public:
static System::Activities::WorkflowApplicationInstance ^ GetInstance(Guid instanceId, System::Runtime::DurableInstancing::InstanceStore ^ instanceStore);
public static System.Activities.WorkflowApplicationInstance GetInstance (Guid instanceId, System.Runtime.DurableInstancing.InstanceStore instanceStore);
static member GetInstance : Guid * System.Runtime.DurableInstancing.InstanceStore -> System.Activities.WorkflowApplicationInstance
Public Shared Function GetInstance (instanceId As Guid, instanceStore As InstanceStore) As WorkflowApplicationInstance
Parameter
- instanceId
- Guid
Der Instanzbezeichner.
- instanceStore
- InstanceStore
Der Zugriff auf den beibehaltenen Zustand der aktuellen Instanz der Workflowanwendung.
Gibt zurück
Die abgerufene Instanz.
Gilt für:
GetInstance(Guid, InstanceStore, TimeSpan)
Ruft die Workflowinstanz unter Verwendung des angegebenen Instanzbezeichners, Instanzspeichers und Timeoutintervals ab.
public:
static System::Activities::WorkflowApplicationInstance ^ GetInstance(Guid instanceId, System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, TimeSpan timeout);
public static System.Activities.WorkflowApplicationInstance GetInstance (Guid instanceId, System.Runtime.DurableInstancing.InstanceStore instanceStore, TimeSpan timeout);
static member GetInstance : Guid * System.Runtime.DurableInstancing.InstanceStore * TimeSpan -> System.Activities.WorkflowApplicationInstance
Public Shared Function GetInstance (instanceId As Guid, instanceStore As InstanceStore, timeout As TimeSpan) As WorkflowApplicationInstance
Parameter
- instanceId
- Guid
Der Instanzbezeichner.
- 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
Ein Verweis auf den asynchronen Vorgang.