[This is preliminary documentation and is subject to change.]

Acquires and returns an exclusive (write) lock for this BlockDB. Disposing the object returned by this method releases the lock.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public IDisposable GetWriteLock()

See Also