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 缓存。

方法

Clear()

从运行时跟踪基础结构保留的跟踪配置文件缓存中清除所有跟踪配置文件。

适用于