TrackingProfileCache.Clear Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears the tracking profile cache maintained by the runtime tracking infrastructure of all tracking profiles.
public:
static void Clear();
public static void Clear ();
static member Clear : unit -> unit
Public Shared Sub Clear ()
Remarks
After the cache is cleared, the runtime tracking infrastructure will load tracking profiles directly from its registered tracking services for any workflow instances loaded into memory. Any workflow instance that is in memory and is running will not need to have its tracking profiles reloaded unless the workflow is unloaded and then reloaded into memory.