AVEVA Database .NET Public Interface

DbEvents.AddClearCacheEventHandler Method 

Add delegate to clear any cached data. This will be called after doing a temporary switch to a different session in a DB, or after doing a getwork, undo, redo, quit. N.B. ClearCache may be called 1000s of times within a single operation. Thus any handlers must be fast.

public static void AddClearCacheEventHandler(
   SimpleEventHandler h
);

Parameters

h

See Also

DbEvents Class | Aveva.Pdms.Database Namespace