C# Class SIL.Utils.GlobalMutex.WindowsGlobalMutexAdapter

On Windows, the global mutex is implemented using a named mutex.
Inheritance: SIL.Utils.FwDisposableBase, IGlobalMutexAdapter
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
Init ( bool initiallyOwned ) : bool
Release ( ) : void
Unlink ( ) : bool
Wait ( ) : void
WindowsGlobalMutexAdapter ( string name ) : System

Protected Methods

Method Description
DisposeManagedResources ( ) : void

Method Details

DisposeManagedResources() protected method

protected DisposeManagedResources ( ) : void
return void

Init() public method

public Init ( bool initiallyOwned ) : bool
initiallyOwned bool
return bool

Release() public method

public Release ( ) : void
return void

Unlink() public method

public Unlink ( ) : bool
return bool

Wait() public method

public Wait ( ) : void
return void

WindowsGlobalMutexAdapter() public method

public WindowsGlobalMutexAdapter ( string name ) : System
name string
return System