Creating Proxy Objects

In addition to designing classes that implement IAccessible properties and methods, server developers may also need to design proxy objects that monitor the life span of accessible objects. If an accessible object in an application is available the entire time the application is running, then you do not need to create a proxy object. If it is possible to destroy the accessible object while the application is running, then you must create a proxy object.

This section discusses the following topics: