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.50 中的 Deprecated Types。

每当工作流实例的状态发生更改时,工作流实例都会根据其中一个 TrackingWorkflowEvent 值向运行时跟踪基础结构发出工作流状态事件。 表示 WorkflowTrackingLocation 对工作流实例发生特定类型的工作流状态事件的位置感兴趣。 添加 TrackingWorkflowEvent 值以 Events 指定要匹配的工作流状态事件。 单个 WorkflowTrackingLocation 实例可能引用工作流实例的潜在执行路径中的多个实际位置。 可以添加一个 />,以便定义匹配参数

构造函数

名称 说明
WorkflowTrackingLocation()
已过时.

初始化 WorkflowTrackingLocation 类的新实例。

WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)
已过时.

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

属性

名称 说明
Events
已过时.

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

方法

名称 说明
Equals(Object)
已过时.

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

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

用作默认哈希函数。

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

获取当前实例的 Type

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

创建当前 Object的浅表副本。

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

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

(继承自 Object)

适用于