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
특성

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

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

메모

TrackingProfile 태그 전용 워크플로에는 캐싱이 지원되지 않습니다.

메서드

Name Description
Clear()
사용되지 않음.

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

적용 대상