SqlTrackingWorkflowInstance.WorkflowEvents Property
Gets the list of workflow 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 WorkflowEvents As IList(Of WorkflowTrackingRecord) 'Usage Dim instance As SqlTrackingWorkflowInstance Dim value As IList(Of WorkflowTrackingRecord) value = instance.WorkflowEvents
Property Value
Type: System.Collections.Generic.IList(Of WorkflowTrackingRecord)The list of WorkflowTrackingRecord objects sent for this workflow instance to the tracking database by the run-time tracking infrastructure.
If AutoRefresh is true, WorkflowEvents contains all workflow tracking records sent for this workflow instance up to the current time; if AutoRefresh is false, WorkflowEvents contains the workflow tracking records sent up until the last Refresh.
WorkflowEvents contains workflow tracking records sent to a database by the run-time tracking infrastructure for this workflow instance. Workflow tracking records are sent by the workflow run-time engine tracking infrastructure only when the workflow instance emits a workflow status event that corresponds to a WorkflowTrackPoint 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.