Share via


WorkflowTrackingLocation 类

定义

注意

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

定义对发生在根工作流实例中的特定工作流事件的关注;用于按跟踪配置文件中的 WorkflowTrackPoint 进行匹配。 此类不能被继承。

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

注解

注意

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

当工作流实例的状态发生更改时,工作流实例将基于 TrackingWorkflowEvent 值之一向运行时跟踪基础结构发出工作流状态事件。 WorkflowTrackingLocation 表示对工作流实例中发生特定类型工作流状态事件的位置的关注。 将 TrackingWorkflowEvent 值添加到 Events 以指定要匹配的工作流状态事件。 单一 WorkflowTrackingLocation 可以引用工作流实例的可能执行路径中的多个实际位置。 可以将 WorkflowTrackingLocation 添加到 WorkflowTrackPoint.MatchingLocation,以便定义 WorkflowTrackPoint 的匹配参数。

构造函数

WorkflowTrackingLocation()
已过时.

初始化 WorkflowTrackingLocation 类的新实例。

WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)
已过时.

初始化 WorkflowTrackingLocation 类的新实例,该类与指定的跟踪工作流事件匹配。

属性

Events
已过时.

获取将为此位置匹配的工作流状态事件的列表。

方法

Equals(Object)
已过时.

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

(继承自 Object)
GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()
已过时.

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

(继承自 Object)

适用于