Click or drag to resize

ManagedCondition Methods

The ManagedCondition type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHalt
Releases the lock on an object and blocks the current thread until it reacquires the lock.
Public methodHalt(Int32)
Releases the lock on an object and blocks the current thread until it reacquires the lock.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPulse
Notifies a thread in the waiting queue of a change in the locked object's state.
Public methodPulseAll
Notifies all waiting threads of a change in the object's state.
Public methodToString (Inherited from Object.)
Top
See Also