TrackingProfileCache 클래스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

호스트 애플리케이션이 추적 프로필 캐시를 지우는 데 사용할 수 있는 메서드를 제공합니다.

public ref class TrackingProfileCache abstract sealed
public static class TrackingProfileCache
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public static class TrackingProfileCache
type TrackingProfileCache = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type TrackingProfileCache = class
Public Class TrackingProfileCache
상속
TrackingProfileCache
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

워크플로 런타임 엔진에 추적 서비스가 하나 이상 등록되어 있는 경우 런타임 추적 인프라가 메모리에 로드된 워크플로에 대한 추적 프로필이 있는지 여부를 확인해야 합니다. 런타임 추적 인프라는 각 추적 서비스에서 워크플로에 대한 TrackingProfile을 요청하기 전에 추적 프로필의 캐시를 유지 관리합니다. TrackingProfileCache 클래스는 호스트 애플리케이션이 추적 프로필 캐시를 지우는 데 사용할 수 있는 정적 메서드 Clear를 제공합니다. 이 메서드를 사용하면 런타임 추적 인프라는 캐시가 지워진 후 메모리에 로드된 모든 워크플로 인스턴스에 대해 등록된 추적 서비스에서 추적 프로필을 로드해야 합니다.

참고

TrackingProfile 캐싱은 마크업 전용 워크플로에 대해 지원되지 않습니다.

메서드

Clear()

모든 추적 프로필의 런타임 추적 인프라가 유지 관리하는 추적 프로필 캐시를 지웁니다.

적용 대상