WorkflowInstanceRecord Konstruktoren
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.
Erstellt eine neue Instanz der WorkflowInstanceRecord Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| WorkflowInstanceRecord(WorkflowInstanceRecord) |
Erstellt eine neue Instanz der WorkflowInstanceRecord Klasse aus einer vorhandenen WorkflowInstanceRecord Instanz. |
| WorkflowInstanceRecord(Guid, String, String) |
Erstellt eine neue Instanz der WorkflowInstanceRecord Klasse. |
| WorkflowInstanceRecord(Guid, Int64, String, String) |
Erstellt eine neue Instanz der WorkflowInstanceRecord Klasse. |
| WorkflowInstanceRecord(Guid, String, String, WorkflowIdentity) |
Erstellt eine neue Instanz der WorkflowInstanceRecord Klasse. |
| WorkflowInstanceRecord(Guid, Int64, String, String, WorkflowIdentity) |
Erstellt eine neue Instanz der WorkflowInstanceRecord Klasse. |
WorkflowInstanceRecord(WorkflowInstanceRecord)
Erstellt eine neue Instanz der WorkflowInstanceRecord Klasse aus einer vorhandenen WorkflowInstanceRecord Instanz.
protected:
WorkflowInstanceRecord(System::Activities::Tracking::WorkflowInstanceRecord ^ record);
protected WorkflowInstanceRecord(System.Activities.Tracking.WorkflowInstanceRecord record);
new System.Activities.Tracking.WorkflowInstanceRecord : System.Activities.Tracking.WorkflowInstanceRecord -> System.Activities.Tracking.WorkflowInstanceRecord
Protected Sub New (record As WorkflowInstanceRecord)
Parameter
- record
- WorkflowInstanceRecord
Die Instanz des zu verwendenden Workflowinstanzdatensatzes.
Gilt für:
WorkflowInstanceRecord(Guid, String, String)
Erstellt eine neue Instanz der WorkflowInstanceRecord Klasse.
public:
WorkflowInstanceRecord(Guid instanceId, System::String ^ activityDefinitionId, System::String ^ state);
public WorkflowInstanceRecord(Guid instanceId, string activityDefinitionId, string state);
new System.Activities.Tracking.WorkflowInstanceRecord : Guid * string * string -> System.Activities.Tracking.WorkflowInstanceRecord
Public Sub New (instanceId As Guid, activityDefinitionId As String, state As String)
Parameter
- instanceId
- Guid
Die Instanz-ID der generierenden Workflowinstanz.
- activityDefinitionId
- String
Der Anzeigename der Stammaktivität des Workflows.
- state
- String
Der aktuelle Status des Workflows, wenn der Datensatz generiert wird.
Gilt für:
WorkflowInstanceRecord(Guid, Int64, String, String)
Erstellt eine neue Instanz der WorkflowInstanceRecord Klasse.
public:
WorkflowInstanceRecord(Guid instanceId, long recordNumber, System::String ^ activityDefinitionId, System::String ^ state);
public WorkflowInstanceRecord(Guid instanceId, long recordNumber, string activityDefinitionId, string state);
new System.Activities.Tracking.WorkflowInstanceRecord : Guid * int64 * string * string -> System.Activities.Tracking.WorkflowInstanceRecord
Public Sub New (instanceId As Guid, recordNumber As Long, activityDefinitionId As String, state As String)
Parameter
- instanceId
- Guid
Die Instanz-ID der generierenden Workflowinstanz.
- recordNumber
- Int64
Eine Sequenz, die die Reihenfolge definiert, in der Nachverfolgungsereignisse generiert werden.
- activityDefinitionId
- String
Der Anzeigename der Stammaktivität des Workflows.
- state
- String
Der aktuelle Status des Workflows, wenn der Datensatz generiert wird.
Gilt für:
WorkflowInstanceRecord(Guid, String, String, WorkflowIdentity)
Erstellt eine neue Instanz der WorkflowInstanceRecord Klasse.
public:
WorkflowInstanceRecord(Guid instanceId, System::String ^ activityDefinitionId, System::String ^ state, System::Activities::WorkflowIdentity ^ workflowDefinitionIdentity);
public WorkflowInstanceRecord(Guid instanceId, string activityDefinitionId, string state, System.Activities.WorkflowIdentity workflowDefinitionIdentity);
new System.Activities.Tracking.WorkflowInstanceRecord : Guid * string * string * System.Activities.WorkflowIdentity -> System.Activities.Tracking.WorkflowInstanceRecord
Public Sub New (instanceId As Guid, activityDefinitionId As String, state As String, workflowDefinitionIdentity As WorkflowIdentity)
Parameter
- instanceId
- Guid
Die Instanz-ID der generierenden Workflowinstanz.
- activityDefinitionId
- String
Der Anzeigename der Stammaktivität des Workflows.
- state
- String
Der aktuelle Status des Workflows, wenn der Datensatz generiert wird.
- workflowDefinitionIdentity
- WorkflowIdentity
Die Informationen zur Workflowidentität.
Gilt für:
WorkflowInstanceRecord(Guid, Int64, String, String, WorkflowIdentity)
Erstellt eine neue Instanz der WorkflowInstanceRecord Klasse.
public:
WorkflowInstanceRecord(Guid instanceId, long recordNumber, System::String ^ activityDefinitionId, System::String ^ state, System::Activities::WorkflowIdentity ^ workflowDefinitionIdentity);
public WorkflowInstanceRecord(Guid instanceId, long recordNumber, string activityDefinitionId, string state, System.Activities.WorkflowIdentity workflowDefinitionIdentity);
new System.Activities.Tracking.WorkflowInstanceRecord : Guid * int64 * string * string * System.Activities.WorkflowIdentity -> System.Activities.Tracking.WorkflowInstanceRecord
Public Sub New (instanceId As Guid, recordNumber As Long, activityDefinitionId As String, state As String, workflowDefinitionIdentity As WorkflowIdentity)
Parameter
- instanceId
- Guid
Die Instanz-ID der generierenden Workflowinstanz.
- recordNumber
- Int64
Eine Sequenz, die die Reihenfolge definiert, in der Nachverfolgungsereignisse generiert werden.
- activityDefinitionId
- String
Der Anzeigename der Stammaktivität des Workflows.
- state
- String
Der aktuelle Status des Workflows, wenn der Datensatz generiert wird.
- workflowDefinitionIdentity
- WorkflowIdentity
Die Informationen zur Workflowidentität.