ActivityTrackPoint.ExcludedLocations 속성

정의

런타임 추적 인프라가 추적 지점에서 제외해야 하는 위치 컬렉션을 가져옵니다.

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

추적 지점에서 제외할 위치를 지정하는 ActivityTrackingLocationCollection입니다. 기본값은 빈 컬렉션입니다.

설명

ActivityTrackingLocationExcludedLocations이 특정 활동 상태 이벤트에 대해 일치하는 경우 추적 지점은 일치되지 않으며 ActivityTrackingRecord가 추적 서비스로 전송되지 않습니다. ExcludedLocations가 비어 있으면 제외된 위치가 없습니다.

ExcludedLocations를 사용하여 런타임 추적 인프라가 추적하지 않도록 구체적으로 위치를 제외할 수 있습니다. 예를 들어 CodeActivity 속성이 "Code1"인 CodeActivity를 제외하고 모든 Name 활동을 추적하려면 모든 ActivityTrackingLocation 활동과 일치하는 CodeActivity을 정의하여 MatchingLocations에 추가할 수 있습니다. 그런 다음 ActivityTrackingLocation 속성이 "Code1"로 설정된 CodeActivity 활동과 일치하고 Name에 추가하는 다른 ExcludedLocations을 정의할 수 있습니다. 추적 지점은 "Code1" 활동을 제외한 모든 CodeActivity 활동과 일치합니다.

적용 대상