WorkflowInstanceUpdatedRecord Class
Specifies information about an updated record.
Assembly: System.Activities (in System.Activities.dll)
System.Activities.Tracking::TrackingRecord
System.Activities.Tracking::WorkflowInstanceRecord
System.Activities.Tracking::WorkflowInstanceUpdatedRecord
| Name | Description | |
|---|---|---|
![]() | WorkflowInstanceUpdatedRecord(Guid, Int64, String^, WorkflowIdentity^, WorkflowIdentity^) | Initializes a new instance of the WorkflowInstanceUpdatedRecord class. |
![]() | WorkflowInstanceUpdatedRecord(Guid, Int64, 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. |
![]() | WorkflowInstanceUpdatedRecord(Guid, String^, WorkflowIdentity^, WorkflowIdentity^, IList<ActivityBlockingUpdate^>^) | Initializes a new instance of the WorkflowInstanceUpdatedRecord class. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that contains the tracking record data.(Overrides WorkflowInstanceRecord::ToString().) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


