WorkflowInstanceAbortedRecord Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the WorkflowInstanceAbortedRecord class.
Overloads
WorkflowInstanceAbortedRecord(Guid, String, String) |
Creates a new instance of the WorkflowInstanceAbortedRecord class. |
WorkflowInstanceAbortedRecord(Guid, Int64, String, String) |
Creates a new instance of the WorkflowInstanceAbortedRecord class. |
WorkflowInstanceAbortedRecord(Guid, String, String, WorkflowIdentity) |
Creates a new instance of the WorkflowInstanceAbortedRecord class. |
WorkflowInstanceAbortedRecord(Guid, Int64, String, String, WorkflowIdentity) |
Creates a new instance of the WorkflowInstanceAbortedRecord class. |
WorkflowInstanceAbortedRecord(Guid, String, String)
Creates a new instance of the WorkflowInstanceAbortedRecord class.
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)
Parameters
- instanceId
- Guid
The instance ID of the aborted workflow.
- activityDefinitionId
- String
The display name of the root Workflow Activity.
- reason
- String
The reason the workflow was aborted.
Applies to
WorkflowInstanceAbortedRecord(Guid, Int64, String, String)
Creates a new instance of the WorkflowInstanceAbortedRecord class.
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)
Parameters
- instanceId
- Guid
The instance ID of the aborted workflow.
- recordNumber
- Int64
A sequence that defines the order in which tracking records are generated.
- activityDefinitionId
- String
The display name of the root workflow activity.
- reason
- String
The reason the workflow was aborted.
Applies to
WorkflowInstanceAbortedRecord(Guid, String, String, WorkflowIdentity)
Creates a new instance of the WorkflowInstanceAbortedRecord class.
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)
Parameters
- instanceId
- Guid
The instance ID of the aborted workflow.
- activityDefinitionId
- String
The display name of the root workflow activity.
- reason
- String
The reason the workflow was aborted.
- workflowDefinitionIdentity
- WorkflowIdentity
The information about the workflow identity.
Applies to
WorkflowInstanceAbortedRecord(Guid, Int64, String, String, WorkflowIdentity)
Creates a new instance of the WorkflowInstanceAbortedRecord class.
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)
Parameters
- instanceId
- Guid
The instance ID of the aborted workflow.
- recordNumber
- Int64
A sequence that defines the order in which tracking records are generated.
- activityDefinitionId
- String
The display name of the root workflow activity.
- reason
- String
The reason the workflow was aborted.
- workflowDefinitionIdentity
- WorkflowIdentity
The information about the workflow identity.