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