Click or drag to resize

ThreadLoose class

Manages a static dictionary of names and lock objects. Locks and unlocks the object assigned to a name globally.
Inheritance hierarchy
SystemObject
  LogicalTaskTreeThreadLocker

Namespace: LogicalTaskTree
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static class ThreadLocker

The ThreadLocker Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberLockNameGlobal Locks an object internally assigned to the transferred name. The entry with the name and object is created beforehand if necessary.
Public MethodStatic MemberUnlockNameGlobal Unlocks an object internally assigned to the transferred name.
Back to the top
Remarks
File: ThreadLocker.cs Author: Erik Nagel 28/09/2013 Erik Nagel: created
See also