xSession.updateAOC 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.
Updates the Application Object Server client-side cache (AOC) for the current session.
public:
static void updateAOC();
public static void updateAOC ();
static member updateAOC : unit -> unit
Public Shared Sub updateAOC ()
Remarks
AOC is a client-side cache that consists of metadata that is loaded by the client, and then saved to disk when the client is closed. It is saved under the user"s local settings folder. The file has an .auc filename extension and is saved in a user's Local Settings folder. When the client is started, it reads from the cache, and then deletes the cache from the disk.