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
- 파생
- 특성
설명
참고
이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.
추적 서비스는 런타임 추적 인프라에 사용 가능한 추적 프로필을 관리합니다. IProfileNotification을 구현하는 추적 서비스는 특정 워크플로 TrackingProfile에 대한 Type이 변경되거나 더 이상 유효하지 않을 때 런타임 추적 인프라에 알림을 제공할 수 있습니다. 런타임 추적 인프라는 ProfileUpdated 및 ProfileRemoved 이벤트를 구독하고 이러한 이벤트가 발생할 때 캐시를 업데이트합니다. 이렇게 하면 런타임 추적 인프라가 추적 서비스에 수행하는 추적 프로필 요청 수가 감소합니다. 참고: 런타임 추적 인프라에서 추적 서비스의 오버로드된 GetProfile 메서드를 사용하지만 자주 호출하지 않습니다.
이벤트
ProfileRemoved |
사용되지 않음.
특정 워크플로 형식에 대한 TrackingProfile을 제거할 때 발생합니다. |
ProfileUpdated |
사용되지 않음.
특정 워크플로 TrackingProfile에 대한 Type을 업데이트할 때 발생합니다. |
적용 대상
.NET