TrackingProfileCache.Clear 方法

定义

清除所有跟踪配置文件的运行时跟踪基础结构维护的跟踪配置文件缓存。

public:
 static void Clear();
public static void Clear();
static member Clear : unit -> unit
Public Shared Sub Clear ()

注解

清除缓存后,运行时跟踪基础结构将直接从其已注册的跟踪服务加载跟踪配置文件,以便加载到内存中的任何工作流实例。 内存中且正在运行的任何工作流实例都不需要重新加载其跟踪配置文件,除非卸载工作流,然后将其重新加载到内存中。

适用于