| AtomicMutex Methods | 
The AtomicMutex type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | Release | 
            Releases the lock.
             | 
|  | ToString | (Inherited from Object.) | 
|  | TryLock | 
            Tries to obtain a lock with this thread.
             | 
 See Also
See Also