StateMachineStateRecord Class
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.
Represents a tracking record that is created when an state machine instance transitions to a state.
public ref class StateMachineStateRecord sealed : System::Activities::Tracking::CustomTrackingRecord
[System.Runtime.Serialization.DataContract]
public sealed class StateMachineStateRecord : System.Activities.Tracking.CustomTrackingRecord
[<System.Runtime.Serialization.DataContract>]
type StateMachineStateRecord = class
inherit CustomTrackingRecord
Public NotInheritable Class StateMachineStateRecord
Inherits CustomTrackingRecord
- Inheritance
- Attributes
Constructors
StateMachineStateRecord() |
Initializes a new instance of the StateMachineStateRecord class. |
Properties
Activity |
Returns the ActivityInfo of the activity associated with this record. (Inherited from CustomTrackingRecord) |
Annotations |
When implemented in a derived class, represents a collection of name/value pairs that are added to this tracking record. (Inherited from TrackingRecord) |
Data |
Gets the user-defined data associated with this tracking record. (Inherited from CustomTrackingRecord) |
EventTime |
When implemented in a derived class, represents the time the tracking record occurred. (Inherited from TrackingRecord) |
InstanceId |
When implemented in a derived class, represents the ID of the generating workflow instance. (Inherited from TrackingRecord) |
Level |
Gets the TraceLevel of the event. (Inherited from TrackingRecord) |
Name |
Gets the name that distinguishes this tracking record. (Inherited from CustomTrackingRecord) |
RecordNumber |
A sequence that defines the order in which tracking records are generated. (Inherited from TrackingRecord) |
StateMachineName |
Gets the display name of the state machine activity that contains the state. |
StateName |
Gets the display name of executing state when the record is generated. |
Methods
Clone() |
Creates a copy of the CustomTrackingRecord. (Inherited from CustomTrackingRecord) |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that contains the tracking record data. (Inherited from CustomTrackingRecord) |