IProfileNotification 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
특정 워크플로TrackingProfile의 변경 내용에 대해 런타임 추적 인프라에 알리기 Type 위한 추적 서비스에 대한 알림 메커니즘을 제공합니다.
public interface class IProfileNotification
public interface IProfileNotification
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public interface IProfileNotification
type IProfileNotification = interface
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type IProfileNotification = interface
Public Interface IProfileNotification
- 파생
- 특성
설명
메모
이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은
추적 서비스는 런타임 추적 인프라에 사용할 수 있는 추적 프로필을 관리합니다. 구현 IProfileNotification 하는 추적 서비스는 특정 워크플로 TrackingProfile 에 대한 알림이 변경되거나 더 이상 유효하지 않을 때 Type 런타임 추적 인프라에 알림을 제공할 수 있습니다. 런타임 추적 인프라는 이벤트 및 이벤트를 구독 ProfileUpdated 하고 ProfileRemoved 이러한 이벤트가 발생할 때 해당 캐시를 업데이트합니다. 이렇게 하면 런타임 추적 인프라가 추적 서비스에 대해 만드는 추적 프로필에 대한 요청 수가 줄어듭니다. 참고: 런타임 추적 인프라는 여전히 추적 서비스의 오버로드된 GetProfile 메서드를 사용하지만 자주 호출하지는 않습니다.
이벤트
| Name | Description |
|---|---|
| ProfileRemoved |
사용되지 않음.
특정 워크플로 유형에 TrackingProfile 대한 형식이 제거될 때 발생합니다. |
| ProfileUpdated |
사용되지 않음.
특정 워크플로에 TrackingProfile 대한 워크플로 Type 가 업데이트되면 발생합니다. |