KeyBasedReadWriteLock

Namespace: WellFired.Guacamole.DataStorage

Implements: WellFired.Guacamole.DataStorage.Synchronization.IKeyBasedReadWriteLock

Description

Public Methods

void EnterReadLock ( string key )
void ExitReadLock ( string key )
void EnterWriteLock ( string key )
void ExitWriteLock ( string key )
void Dispose ( )

Breakdown

  • void EnterReadLock ( string key )
  • void ExitReadLock ( string key )
  • void EnterWriteLock ( string key )
  • void ExitWriteLock ( string key )
  • void Dispose ( )