TrackingParameters 类

定义

注意

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

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

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

运行时跟踪基础结构在调用TrackingParametersGetTrackingChannel对象时传入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)

适用于