SqlTrackingWorkflowInstance.UserEvents 属性

定义

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

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

属性值

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

注解

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

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

适用于