Share via


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를 식별하는 번호입니다.

설명

런타임 추적 인프라에서 생성자를 호출합니다.

적용 대상