ActivityTrackPoint.ExcludedLocations 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
런타임 추적 인프라가 추적 지점에서 제외해야 하는 위치 컬렉션을 가져옵니다.
public:
property System::Workflow::Runtime::Tracking::ActivityTrackingLocationCollection ^ ExcludedLocations { System::Workflow::Runtime::Tracking::ActivityTrackingLocationCollection ^ get(); };
public System.Workflow.Runtime.Tracking.ActivityTrackingLocationCollection ExcludedLocations { get; }
member this.ExcludedLocations : System.Workflow.Runtime.Tracking.ActivityTrackingLocationCollection
Public ReadOnly Property ExcludedLocations As ActivityTrackingLocationCollection
속성 값
추적 지점에서 제외할 위치를 지정하는 ActivityTrackingLocationCollection입니다. 기본값은 빈 컬렉션입니다.
설명
ActivityTrackingLocation의 ExcludedLocations이 특정 활동 상태 이벤트에 대해 일치하는 경우 추적 지점은 일치되지 않으며 ActivityTrackingRecord가 추적 서비스로 전송되지 않습니다. ExcludedLocations가 비어 있으면 제외된 위치가 없습니다.
ExcludedLocations를 사용하여 런타임 추적 인프라가 추적하지 않도록 구체적으로 위치를 제외할 수 있습니다. 예를 들어 CodeActivity 속성이 "Code1"인 CodeActivity를 제외하고 모든 Name 활동을 추적하려면 모든 ActivityTrackingLocation 활동과 일치하는 CodeActivity을 정의하여 MatchingLocations에 추가할 수 있습니다. 그런 다음 ActivityTrackingLocation 속성이 "Code1"로 설정된 CodeActivity 활동과 일치하고 Name에 추가하는 다른 ExcludedLocations을 정의할 수 있습니다. 추적 지점은 "Code1" 활동을 제외한 모든 CodeActivity 활동과 일치합니다.