Sdílet prostřednictvím


WorkflowInstanceAbortedRecord Konstruktory

Definice

Vytvoří novou instanci třídy WorkflowInstanceAbortedRecord.

Přetížení

WorkflowInstanceAbortedRecord(Guid, String, String)

Vytvoří novou instanci třídy WorkflowInstanceAbortedRecord.

WorkflowInstanceAbortedRecord(Guid, Int64, String, String)

Vytvoří novou instanci třídy WorkflowInstanceAbortedRecord.

WorkflowInstanceAbortedRecord(Guid, String, String, WorkflowIdentity)

Vytvoří novou instanci třídy WorkflowInstanceAbortedRecord.

WorkflowInstanceAbortedRecord(Guid, Int64, String, String, WorkflowIdentity)

Vytvoří novou instanci třídy WorkflowInstanceAbortedRecord.

WorkflowInstanceAbortedRecord(Guid, String, String)

Vytvoří novou instanci třídy WorkflowInstanceAbortedRecord.

public:
 WorkflowInstanceAbortedRecord(Guid instanceId, System::String ^ activityDefinitionId, System::String ^ reason);
public WorkflowInstanceAbortedRecord (Guid instanceId, string activityDefinitionId, string reason);
new System.Activities.Tracking.WorkflowInstanceAbortedRecord : Guid * string * string -> System.Activities.Tracking.WorkflowInstanceAbortedRecord
Public Sub New (instanceId As Guid, activityDefinitionId As String, reason As String)

Parametry

instanceId
Guid

ID instance přerušeného pracovního postupu.

activityDefinitionId
String

Zobrazovaný název kořenové aktivity pracovního postupu.

reason
String

Důvod přerušení pracovního postupu

Platí pro

WorkflowInstanceAbortedRecord(Guid, Int64, String, String)

Vytvoří novou instanci třídy WorkflowInstanceAbortedRecord.

public:
 WorkflowInstanceAbortedRecord(Guid instanceId, long recordNumber, System::String ^ activityDefinitionId, System::String ^ reason);
public WorkflowInstanceAbortedRecord (Guid instanceId, long recordNumber, string activityDefinitionId, string reason);
new System.Activities.Tracking.WorkflowInstanceAbortedRecord : Guid * int64 * string * string -> System.Activities.Tracking.WorkflowInstanceAbortedRecord
Public Sub New (instanceId As Guid, recordNumber As Long, activityDefinitionId As String, reason As String)

Parametry

instanceId
Guid

ID instance přerušeného pracovního postupu.

recordNumber
Int64

Sekvence, která definuje pořadí, ve kterém se generují záznamy sledování.

activityDefinitionId
String

Zobrazovaný název aktivity kořenového pracovního postupu.

reason
String

Důvod přerušení pracovního postupu

Platí pro

WorkflowInstanceAbortedRecord(Guid, String, String, WorkflowIdentity)

Vytvoří novou instanci třídy WorkflowInstanceAbortedRecord.

public:
 WorkflowInstanceAbortedRecord(Guid instanceId, System::String ^ activityDefinitionId, System::String ^ reason, System::Activities::WorkflowIdentity ^ workflowDefinitionIdentity);
public WorkflowInstanceAbortedRecord (Guid instanceId, string activityDefinitionId, string reason, System.Activities.WorkflowIdentity workflowDefinitionIdentity);
new System.Activities.Tracking.WorkflowInstanceAbortedRecord : Guid * string * string * System.Activities.WorkflowIdentity -> System.Activities.Tracking.WorkflowInstanceAbortedRecord
Public Sub New (instanceId As Guid, activityDefinitionId As String, reason As String, workflowDefinitionIdentity As WorkflowIdentity)

Parametry

instanceId
Guid

ID instance přerušeného pracovního postupu.

activityDefinitionId
String

Zobrazovaný název aktivity kořenového pracovního postupu.

reason
String

Důvod přerušení pracovního postupu

workflowDefinitionIdentity
WorkflowIdentity

Informace o identitě pracovního postupu.

Platí pro

WorkflowInstanceAbortedRecord(Guid, Int64, String, String, WorkflowIdentity)

Vytvoří novou instanci třídy WorkflowInstanceAbortedRecord.

public:
 WorkflowInstanceAbortedRecord(Guid instanceId, long recordNumber, System::String ^ activityDefinitionId, System::String ^ reason, System::Activities::WorkflowIdentity ^ workflowDefinitionIdentity);
public WorkflowInstanceAbortedRecord (Guid instanceId, long recordNumber, string activityDefinitionId, string reason, System.Activities.WorkflowIdentity workflowDefinitionIdentity);
new System.Activities.Tracking.WorkflowInstanceAbortedRecord : Guid * int64 * string * string * System.Activities.WorkflowIdentity -> System.Activities.Tracking.WorkflowInstanceAbortedRecord
Public Sub New (instanceId As Guid, recordNumber As Long, activityDefinitionId As String, reason As String, workflowDefinitionIdentity As WorkflowIdentity)

Parametry

instanceId
Guid

ID instance přerušeného pracovního postupu.

recordNumber
Int64

Sekvence, která definuje pořadí, ve kterém se generují záznamy sledování.

activityDefinitionId
String

Zobrazovaný název aktivity kořenového pracovního postupu.

reason
String

Důvod přerušení pracovního postupu

workflowDefinitionIdentity
WorkflowIdentity

Informace o identitě pracovního postupu.

Platí pro