SqlTrackingWorkflowInstance.ActivityEvents Property
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.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
'Declaration Public ReadOnly Property ActivityEvents As IList(Of ActivityTrackingRecord) 'Usage Dim instance As SqlTrackingWorkflowInstance Dim value As IList(Of ActivityTrackingRecord) value = instance.ActivityEvents
Property Value
Type: System.Collections.Generic.IList(Of ActivityTrackingRecord)The list of ActivityTrackingRecord objects sent for this workflow instance to the tracking database by the run-time tracking infrastructure.
If AutoRefresh is true, ActivityEvents contains all activity tracking records sent for this workflow instance up to the current time; if AutoRefresh is false, ActivityEvents contains the activity tracking records sent up until the last Refresh.
ActivityEvents contains activity tracking records sent to a database by the run-time tracking infrastructure for this workflow instance. Activity tracking records are sent by the workflow run-time engine tracking infrastructure only when the workflow instance emits an activity status event that corresponds to an ActivityTrackPoint specified in the TrackingProfile for the instance.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.