C# Class KeePass.Util.CriticalSectionEx

Mechanism to synchronize access to an object. In addition to a usual critical section (which locks an object to a single thread), CriticalSectionEx also prevents subsequent accesses from the same thread.
Show file Open project: cappert/keepass2

Public Methods

Method Description
CriticalSectionEx ( ) : System
Exit ( ) : void
TryEnter ( ) : bool

Method Details

CriticalSectionEx() public method

public CriticalSectionEx ( ) : System
return System

Exit() public method

public Exit ( ) : void
return void

TryEnter() public method

public TryEnter ( ) : bool
return bool