ArcObjects Library Reference (System)  

IAfLockMgr Interface

Provides access to members that work with the application lock manager.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method CheckLock Indicates if the specified lock type can be sucessfully set on the filename.
Method ClearLock Clears the specified lock type from the filename.
Method IsAlive Indicates if a local lock manager process is active.
Method IsGlobalAlive Indicates if a global lock manager process is active.
Method Register Registers object with the lock manager and starts the lock manager process if it is not running.
Method SetLock Places the selected lock type on the given filename.
Method Unregister Unregisters object from the lock manager and removes all locks set by the object.

CoClasses that implement IAfLockMgr

CoClasses and Classes Description
AfLockMgr The application lock manager.