Share via


xSession.updateAOC Method

Definition

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.

Applies to