WorkflowTrackPoint.MatchingLocation 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
추적 지점에 대해 런타임 추적 인프라가 일치시켜야 하는 워크플로 상태 이벤트를 지정하는 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입니다.
설명
추적 지점에 대해 MatchingLocation을 설정해야 합니다. MatchingLocation은 런타임 추적 인프라가 추적 지점을 일치시키는 데 사용하는 TrackingWorkflowEvent 값을 하나 이상 지정합니다.