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)
public: property IList<WorkflowTrackingRecord^>^ WorkflowEvents { IList<WorkflowTrackingRecord^>^ get (); }
Property Value
Type: System.Collections.Generic::IList<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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.