| ManagedCondition Methods | 
The ManagedCondition 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.) | 
|  | Halt | 
            Releases the lock on an object and blocks the current thread until it reacquires the lock.
             | 
|  | Halt(Int32) | 
            Releases the lock on an object and blocks the current thread until it reacquires the lock.
             | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | Pulse | 
            Notifies a thread in the waiting queue of a change in the locked object's state.
             | 
|  | PulseAll | 
            Notifies all waiting threads of a change in the object's state.
             | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also