Port Members
The Port type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clear |
Clears this instance.
|
|
Close |
Closes this instance.
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Open |
Opens this instance.
|
|
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.
|
|
ToString | (Inherited from Object.) | |
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.
|