TrackingParameters 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 TrackingParameters 类的新实例。
public:
TrackingParameters(Guid instanceId, Type ^ workflowType, System::Workflow::ComponentModel::Activity ^ rootActivity, System::Collections::Generic::IList<System::String ^> ^ callPath, Guid callerInstanceId, Guid contextGuid, Guid callerContextGuid, Guid callerParentContextGuid);
public TrackingParameters(Guid instanceId, Type workflowType, System.Workflow.ComponentModel.Activity rootActivity, System.Collections.Generic.IList<string> callPath, Guid callerInstanceId, Guid contextGuid, Guid callerContextGuid, Guid callerParentContextGuid);
new System.Workflow.Runtime.Tracking.TrackingParameters : Guid * Type * System.Workflow.ComponentModel.Activity * System.Collections.Generic.IList<string> * Guid * Guid * Guid * Guid -> System.Workflow.Runtime.Tracking.TrackingParameters
Public Sub New (instanceId As Guid, workflowType As Type, rootActivity As Activity, callPath As IList(Of String), callerInstanceId As Guid, contextGuid As Guid, callerContextGuid As Guid, callerParentContextGuid As Guid)
参数
字符串列表,每个字符串表示 QualifiedName 与跟踪通道关联的工作流实例调用链中的活动。 目前,列表中仅 QualifiedName 包含调用工作流实例的活动。
- contextGuid
- Guid
一个数字,用于标识 ActivityExecutionContext 与跟踪通道关联的工作流实例的根活动。
- callerContextGuid
- Guid
一个数字,用于标识 ActivityExecutionContext 调用与跟踪通道关联的工作流实例的活动。
- callerParentContextGuid
- Guid
一个数字,用于标识调用与跟踪通道关联的工作流实例的活动的父 ActivityExecutionContext 级。
注解
构造函数由运行时跟踪基础结构调用。