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

Port Methods

The Port type exposes the following members.

Methods


  Name Description
Public method Clear
Clears this instance.
Public method Close
Closes this instance.
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.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Open
Opens this instance.
Public method SendMsg
Sends the message to the 'port'. If there is a process waiting in 'port' it will be resumed from the 'port' queue. If there is no process, the message will be queued.
Public method ToString (Inherited from Object.)
Public method WaitMsg
Receive message from 'port'. If there is no message in the 'port', the calling thread will be blocked until it receives a message or a specified amount of time elapses.