Click or drag to resize

ManagedCondition Class

A managed condition.
Inheritance Hierarchy
SystemObject
  FM.IceLinkManagedCondition

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

The ManagedCondition type exposes the following members.

Constructors
  NameDescription
Public methodManagedCondition
Initializes a new instance of the ManagedCondition class
Top
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