WorkflowInstanceAbortedRecord Class

.NET Framework (current version)
 

Contains the data sent to a tracking participant by the run-time tracking infrastructure when a workflow instance is aborted.

Namespace:   System.Activities.Tracking
Assembly:  System.Activities (in System.Activities.dll)

System::Object
  System.Activities.Tracking::TrackingRecord
    System.Activities.Tracking::WorkflowInstanceRecord
      System.Activities.Tracking::WorkflowInstanceAbortedRecord

[DataContractAttribute]
public ref class WorkflowInstanceAbortedRecord sealed : WorkflowInstanceRecord

NameDescription
System_CAPS_pubmethodWorkflowInstanceAbortedRecord(Guid, Int64, String^, String^)

Creates a new instance of the WorkflowInstanceAbortedRecord class.

System_CAPS_pubmethodWorkflowInstanceAbortedRecord(Guid, Int64, String^, String^, WorkflowIdentity^)

Creates a new instance of the WorkflowInstanceAbortedRecord class.

System_CAPS_pubmethodWorkflowInstanceAbortedRecord(Guid, String^, String^)

Creates a new instance of the WorkflowInstanceAbortedRecord class.

System_CAPS_pubmethodWorkflowInstanceAbortedRecord(Guid, String^, String^, WorkflowIdentity^)

Creates a new instance of the WorkflowInstanceAbortedRecord class.

NameDescription
System_CAPS_pubpropertyActivityDefinitionId

Returns the display name of the root activity of the workflow that generated this record.(Inherited from WorkflowInstanceRecord.)

System_CAPS_pubpropertyAnnotations

When implemented in a derived class, represents a collection of name/value pairs that are added to this tracking record.(Inherited from TrackingRecord.)

System_CAPS_pubpropertyEventTime

When implemented in a derived class, represents the time the tracking record occurred.(Inherited from TrackingRecord.)

System_CAPS_pubpropertyInstanceId

When implemented in a derived class, represents the ID of the generating workflow instance.(Inherited from TrackingRecord.)

System_CAPS_pubpropertyLevel

Gets the TraceLevel of the event.(Inherited from TrackingRecord.)

System_CAPS_pubpropertyReason

Gets a string that describes why the workflow was aborted.

System_CAPS_pubpropertyRecordNumber

A sequence that defines the order in which tracking records are generated. (Inherited from TrackingRecord.)

System_CAPS_pubpropertyState

The current state of the workflow when the record is generated.(Inherited from WorkflowInstanceRecord.)

System_CAPS_pubpropertyWorkflowDefinitionIdentity

Gets or sets the information about the workflow identity.(Inherited from WorkflowInstanceRecord.)

NameDescription
System_CAPS_protmethodClone()

Creates a deep copy of WorkflowInstanceRecord.(Inherited from WorkflowInstanceRecord.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that contains the tracking record data.(Overrides WorkflowInstanceRecord::ToString().)

.NET Framework
Available since 4.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: