WorkflowTrackPoint.MatchingLocation 속성

정의

추적 지점에 대한 런타임 추적 인프라와 일치해야 하는 워크플로 상태 이벤트를 지정하는 이벤트를 가져오거나 설정합니다 WorkflowTrackingLocation .

public:
 property System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ MatchingLocation { System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ get(); void set(System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ value); };
public System.Workflow.Runtime.Tracking.WorkflowTrackingLocation MatchingLocation { get; set; }
member this.MatchingLocation : System.Workflow.Runtime.Tracking.WorkflowTrackingLocation with get, set
Public Property MatchingLocation As WorkflowTrackingLocation

속성 값

WorkflowTrackingLocation 추적 지점에 대한 런타임 추적 인프라와 일치해야 하는 워크플로 상태 이벤트를 지정한 A입니다.

설명

트랙 포인트에 MatchingLocation 대해 설정해야 합니다. 런 MatchingLocation 타임 추적 인프라에서 추적 지점과 일치시키는 데 사용되는 하나 이상의 TrackingWorkflowEvent 값을 지정합니다.

적용 대상