Provides access to members that work with the application lock manager.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
CheckLock | Indicates if the specified lock type can be sucessfully set on the filename. | |
ClearLock | Clears the specified lock type from the filename. | |
IsAlive | Indicates if a local lock manager process is active. | |
IsGlobalAlive | Indicates if a global lock manager process is active. | |
Register | Registers object with the lock manager and starts the lock manager process if it is not running. | |
SetLock | Places the selected lock type on the given filename. | |
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. |