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,该活动调用了与跟踪通道关联的工作流实例。
注解
该构造函数由运行时跟踪基础结构调用。