IApplicationObject

This interface exposes the methods of the Application Object.

Method

Description

get_Value

Retrieves the value of a variable stored in the Application Object.

put_Value

Stores a variable in the Application Object by value.

putref_Value

Stores a variable in the Application Object by reference.

Lock

Prevents other clients from accessing the variables stored in the Application Object until the Unlock method is called.

Unlock

Releases a variable that was locked by the Lock method.