WorkflowTrackPoint 类

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

定义一个与一组工作流状态事件关联的点,这些事件在根工作流实例的可能执行路径中进行跟踪。

public ref class WorkflowTrackPoint sealed
public sealed class WorkflowTrackPoint
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class WorkflowTrackPoint
type WorkflowTrackPoint = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowTrackPoint = class
Public NotInheritable Class WorkflowTrackPoint
继承
WorkflowTrackPoint
属性

注解

备注

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

当工作流实例的状态发生更改时,工作流实例将基于 TrackingWorkflowEvent 值之一向运行时跟踪基础结构发出工作流状态事件。 WorkflowTrackPoint 定义对执行工作流实例的过程中所有发生特定类型工作流状态事件的点进行关注。 您可以将 WorkflowTrackPoint 添加到 TrackingProfile.WorkflowTrackPoints,以指示运行时跟踪基础结构在指定的工作流状态事件集发生时将 WorkflowTrackingRecord 发送到跟踪服务。 可以在工作流实例中的多个点匹配 WorkflowTrackPoint

用经过适当配置的 MatchingLocation 设置 WorkflowTrackingLocation,以指定运行时跟踪基础结构用于匹配 WorkflowTrackPoint 的工作流状态事件的类型。 您可以将附加信息添加到 Annotations 以指定与跟踪点关联的附加信息,运行时跟踪基础结构应在跟踪点匹配时发送这些信息。

此类不能被继承。

构造函数

WorkflowTrackPoint()

初始化 WorkflowTrackPoint 类的新实例。

属性

Annotations

获取与跟踪点关联的批注的集合。

MatchingLocation

获取或设置 WorkflowTrackingLocation,它指定运行时跟踪基础结构应为跟踪点匹配的工作流状态事件。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于