TrackingParameters 생성자

정의

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)

매개 변수

instanceId
Guid

Guid 추적 채널과 연결된 워크플로 인스턴스의 값입니다.

workflowType
Type

Type 추적 채널과 연결된 워크플로 인스턴스의 값입니다.

rootActivity
Activity

추적 채널과 연결된 워크플로 인스턴스의 루트 Activity 입니다.

callPath
IList<String>

각각 추적 채널과 연결된 워크플로 인스턴스의 호출 체인에 있는 활동의 목록을 나타내는 QualifiedName 문자열 목록입니다. 현재 워크플로 인스턴스를 QualifiedName 호출한 작업만 목록에 포함됩니다.

callerInstanceId
Guid

Guid 추적 채널과 연결된 워크플로 인스턴스를 호출한 워크플로의 값입니다.

contextGuid
Guid

추적 채널과 연결된 워크플로 인스턴스의 루트 활동을 식별하는 ActivityExecutionContext 숫자입니다.

callerContextGuid
Guid

추적 채널과 연결된 워크플로 인스턴스를 호출한 활동의 숫자를 식별 ActivityExecutionContext 합니다.

callerParentContextGuid
Guid

추적 채널과 연결된 워크플로 인스턴스를 호출한 활동의 부모를 ActivityExecutionContext 식별하는 숫자입니다.

설명

생성자는 런타임 추적 인프라에 의해 호출됩니다.

적용 대상