SqlTrackingWorkflowInstance.ActivityEvents Property
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.
Gets the list of activity tracking records that have been sent for this workflow instance to a SqlTrackingService database by the run-time tracking infrastructure.
public:
property System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::ActivityTrackingRecord ^> ^ ActivityEvents { System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::ActivityTrackingRecord ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.ActivityTrackingRecord> ActivityEvents { get; }
member this.ActivityEvents : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.ActivityTrackingRecord>
Public ReadOnly Property ActivityEvents As IList(Of ActivityTrackingRecord)
Property Value
The list of ActivityTrackingRecord objects sent for this workflow instance to the tracking database by the run-time tracking infrastructure.
Remarks
If AutoRefresh is true, ActivityEvents contains all activity tracking records sent for this workflow instance up to the current time; if AutoRefresh is false,