Click or drag to resize

AtomicMutex Class

A managed mutex.
Inheritance Hierarchy
SystemObject
  FM.IceLinkAtomicMutex

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The AtomicMutex type exposes the following members.

Constructors
  NameDescription
Public methodAtomicMutex
Creates a new instance of an AtomicMutex.
Top
Properties
  NameDescription
Public propertyIsLocked
Gets if the mutex is locked or not.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRelease
Releases the lock.
Public methodToString (Inherited from Object.)
Public methodTryLock
Tries to obtain a lock with this thread.
Top
See Also