Lock

This method of the IApplicationObject interface prevents other clients from accessing the variables stored in the Application object until the UnLock method has been called.

Syntax

public abstract void Lock();

© 1999 Microsoft Corporation. All rights reserved. Terms of use.