Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / InterprocessLock Class
Members

InterprocessLock Class
Represents an exclusive lock on a repository within a process and between processes.
Syntax
'Declaration
 
Public NotInheritable Class InterprocessLock 
 
Remarks
To be valid, the repository lock object must be obtained from the RepositoryLockManager class. When you're done with a lock, dispose the repository lock to release it.
Inheritance Hierarchy

System.Object
   Gibraltar.Data.InterprocessLock

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also