WorkflowTrackingRecord.TrackingWorkflowEvent 属性
定义
获取或设置与跟踪记录关联的工作流状态事件的类型。Gets or sets the type of workflow status event associated with the tracking record.
public:
property System::Workflow::Runtime::Tracking::TrackingWorkflowEvent TrackingWorkflowEvent { System::Workflow::Runtime::Tracking::TrackingWorkflowEvent get(); void set(System::Workflow::Runtime::Tracking::TrackingWorkflowEvent value); };
public System.Workflow.Runtime.Tracking.TrackingWorkflowEvent TrackingWorkflowEvent { get; set; }
member this.TrackingWorkflowEvent : System.Workflow.Runtime.Tracking.TrackingWorkflowEvent with get, set
Public Property TrackingWorkflowEvent As TrackingWorkflowEvent
属性值
TrackingWorkflowEvent 值之一。One of the TrackingWorkflowEvent values.
注解
TrackingWorkflowEvent 包含 TrackingWorkflowEvent 值之一,指示由运行时跟踪基础结构匹配并导致发送 WorkflowTrackingRecord 的工作流状态事件的种类。TrackingWorkflowEvent contains one of the TrackingWorkflowEvent values indicating the kind of workflow status event that was matched by the runtime tracking infrastructure and caused the WorkflowTrackingRecord to be sent. 它反映工作流实例的当前状态。It reflects the current status of the workflow instance. 仅当工作流实例的状态发生更改时,工作流实例才会发出工作流状态事件,因此,仅当工作流状态发生更改时,才能匹配 WorkflowTrackPoint。A workflow instance emits workflow status events only when the status of the workflow instance changes, and, therefore, a WorkflowTrackPoint can be matched only when a workflow status change occurs.
该属性由运行时跟踪基础结构设置。This property is set by the runtime tracking infrastructure.