UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

Condition Methods

The Condition type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsAwaiting
Determines whether this instance is awaiting. checks if any process is waiting for the specified signal
Protected method MemberwiseClone (Inherited from Object.)
Public method Notify
Notifies this instance. use Notify - to awake one of the waiting processes
Public method NotifyAll
Notifies all. use NotifyAll - to awake all of the waiting processes
Public method ToString (Inherited from Object.)
Public method Wait(Object)
Wait until a condition is fulfilled
Public method Wait(Object, Int32)
Waits the specified calling monitor until a timeout expires.
Public method Wait(Object, TimeSpan)
Releases the lock on a monitor and blocks the current thread until it receives Notification / Signal or a specified amount of time elapses.