WorkflowInstanceUpdatedRecord 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.
Specifies information about an updated record.
public ref class WorkflowInstanceUpdatedRecord sealed : System::Activities::Tracking::WorkflowInstanceRecord
[System.Runtime.Serialization.DataContract]
public sealed class WorkflowInstanceUpdatedRecord : System.Activities.Tracking.WorkflowInstanceRecord
[<System.Runtime.Serialization.DataContract>]
type WorkflowInstanceUpdatedRecord = class
inherit WorkflowInstanceRecord
Public NotInheritable Class WorkflowInstanceUpdatedRecord
Inherits WorkflowInstanceRecord
- Inheritance
- Attributes
Constructors
WorkflowInstanceUpdatedRecord(Guid, Int64, String, WorkflowIdentity, WorkflowIdentity, IList<ActivityBlockingUpdate>) |
Initializes a new instance of the WorkflowInstanceUpdatedRecord class. |
WorkflowInstanceUpdatedRecord(Guid, Int64, String, WorkflowIdentity, WorkflowIdentity) |
Initializes a new instance of the WorkflowInstanceUpdatedRecord class. |
WorkflowInstanceUpdatedRecord(Guid, String, WorkflowIdentity, WorkflowIdentity, IList<ActivityBlockingUpdate>) |
Initializes a new instance of the WorkflowInstanceUpdatedRecord class. |
WorkflowInstanceUpdatedRecord(Guid, String, WorkflowIdentity, WorkflowIdentity) |
Initializes a new instance of the WorkflowInstanceUpdatedRecord class. |
Properties
ActivityDefinitionId |
Returns the display name of the root activity of the workflow that generated this record. (Inherited from WorkflowInstanceRecord) |
Annotations |
When implemented in a derived class, represents a collection of name/value pairs that are added to this tracking record. (Inherited from TrackingRecord) |
BlockingActivities |
Gets or sets the list of blocking activities for the instance of updated record. |
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) |
IsSuccessful |
Gets a value that indicates whether the updated record of workflow instance is successful. |
Level |
Gets the TraceLevel of the event. (Inherited from TrackingRecord) |
OriginalDefinitionIdentity |
Gets or sets the original definition of the workflow identity. |
RecordNumber |
A sequence that defines the order in which tracking records are generated. (Inherited from TrackingRecord) |
State |
The current state of the workflow when the record is generated. (Inherited from WorkflowInstanceRecord) |
WorkflowDefinitionIdentity |
Gets or sets the information about the workflow identity. (Inherited from WorkflowInstanceRecord) |
Methods
Clone() |
Creates a deep copy of WorkflowInstanceRecord. (Inherited from WorkflowInstanceRecord) |
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. |