TrackingParameters 类

定义

注意

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

包含有关与 TrackingChannel 关联的工作流实例的信息。 此类不能被继承。

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

注解

备注

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

当运行时跟踪基础结构在 TrackingParameters 上调用 GetTrackingChannel 时,它将传入 TrackingService 对象。 您可以在跟踪服务中使用这些参数,以便将在 TrackingChannel 上收到的跟踪数据与特定的工作流实例关联。

构造函数

TrackingParameters(Guid, Type, Activity, IList<String>, Guid, Guid, Guid, Guid)

初始化 TrackingParameters 类的新实例。

属性

CallerContextGuid

获取调用方活动的上下文 ID。

CallerInstanceId

获取工作流实例的 Guid,该工作流实例调用了与跟踪通道关联的工作流实例。

CallerParentContextGuid

获取调用方的父活动的上下文 ID。

CallPath

获取一个字符串列表,其中每个字符串都表示与跟踪通道关联的工作流实例的调用链中某个活动的 QualifiedName

ContextGuid

获取关联的活动的上下文 ID。

InstanceId

获取与跟踪通道关联的工作流实例的 Guid

RootActivity

获取与跟踪通道关联的工作流实例的根活动。

WorkflowType

获取与跟踪通道关联的工作流实例的 Type

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于