TrackingProfileCache.Clear Method

Definition

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.

Applies to