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 식별하는 숫자입니다.
설명
생성자는 런타임 추적 인프라에 의해 호출됩니다.