SqlTrackingWorkflowInstance.WorkflowEvents 属性

定义

获取由运行时跟踪基础结构将此 SqlTrackingService 工作流实例发送到数据库的工作流跟踪记录的列表。

public:
 property System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::WorkflowTrackingRecord ^> ^ WorkflowEvents { System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::WorkflowTrackingRecord ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.WorkflowTrackingRecord> WorkflowEvents { get; }
member this.WorkflowEvents : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.WorkflowTrackingRecord>
Public ReadOnly Property WorkflowEvents As IList(Of WorkflowTrackingRecord)

属性值

运行时跟踪基础结构将此工作流实例的对象列表 WorkflowTrackingRecord 发送到跟踪数据库。

注解

如果是AutoRefreshtrue则包含当前时间之前为此工作流实例发送的所有工作流跟踪记录;如果是WorkflowEventsAutoRefreshfalse则包含一直发送到最后WorkflowEvents一个工作流的Refresh工作流跟踪记录。

WorkflowEvents 包含此工作流实例的运行时跟踪基础结构发送到数据库的工作流跟踪记录。 工作流跟踪记录仅当工作流实例发出与 WorkflowTrackPoint 实例中指定的 TrackingProfile 工作流状态事件相对应的工作流状态事件时,工作流运行时引擎跟踪基础结构才会发送。

适用于