Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / InterprocessLockManager Class
Members

In This Topic
    InterprocessLockManager Class
    In This Topic
    A multiprocess lock manager for repositories
    Syntax
    'Declaration
     
    
    Public MustInherit NotInheritable Class InterprocessLockManager 
    public static class InterprocessLockManager 
    Remarks
    Manages locking first within the process and then extends the process lock to multiple processes by locking a file on disk. Designed for use with the Using statement as opposed to the Lock statement.
    Inheritance Hierarchy

    System.Object
       Gibraltar.Data.InterprocessLockManager

    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