Sdílet prostřednictvím


WorkflowInstanceSuspendedRecord Konstruktory

Definice

Vytvoří novou instanci třídy WorkflowInstanceSuspendedRecord.

Přetížení

WorkflowInstanceSuspendedRecord(Guid, String, String)

Vytvoří novou instanci třídy WorkflowInstanceSuspendedRecord.

WorkflowInstanceSuspendedRecord(Guid, Int64, String, String)

Vytvoří novou instanci třídy WorkflowInstanceSuspendedRecord.

WorkflowInstanceSuspendedRecord(Guid, String, String, WorkflowIdentity)

Vytvoří novou instanci třídy WorkflowInstanceSuspendedRecord.

WorkflowInstanceSuspendedRecord(Guid, Int64, String, String, WorkflowIdentity)

Vytvoří novou instanci třídy WorkflowInstanceSuspendedRecord.

WorkflowInstanceSuspendedRecord(Guid, String, String)

Vytvoří novou instanci třídy WorkflowInstanceSuspendedRecord.

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

Parametry

instanceId
Guid

ID instance pozastaveného pracovního postupu.

activityDefinitionId
String

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

reason
String

Důvod, proč byl pracovní postup pozastaven.

Platí pro

WorkflowInstanceSuspendedRecord(Guid, Int64, String, String)

Vytvoří novou instanci třídy WorkflowInstanceSuspendedRecord.

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

Parametry

instanceId
Guid

ID instance pozastaveného pracovního postupu.

recordNumber
Int64

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

activityDefinitionId
String

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

reason
String

Důvod, proč byl pracovní postup pozastaven.

Platí pro

WorkflowInstanceSuspendedRecord(Guid, String, String, WorkflowIdentity)

Vytvoří novou instanci třídy WorkflowInstanceSuspendedRecord.

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

Parametry

instanceId
Guid

ID instance pozastaveného pracovního postupu.

activityDefinitionId
String

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

reason
String

Důvod, proč byl pracovní postup pozastaven.

workflowDefinitionIdentity
WorkflowIdentity

Informace o identitě pracovního postupu.

Platí pro

WorkflowInstanceSuspendedRecord(Guid, Int64, String, String, WorkflowIdentity)

Vytvoří novou instanci třídy WorkflowInstanceSuspendedRecord.

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

Parametry

instanceId
Guid

ID instance pozastaveného pracovního postupu.

recordNumber
Int64

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

activityDefinitionId
String

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

reason
String

Důvod, proč byl pracovní postup pozastaven.

workflowDefinitionIdentity
WorkflowIdentity

Informace o identitě pracovního postupu.

Platí pro