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

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

설명

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

적용 대상