[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| Receive<(Of <(T>)>)(Int32, Int32) |
Receive a message from another process. The Receive operation is a blocking operation, that will
not complete until it has completely received a message.
| |
| Receive<(Of <(T>)>)(Int32, Int32, T%) |
Receive a message from another process. The Receive operation is a blocking operation, that will
not complete until it has completely received a message.
| |
| Receive<(Of <(T>)>)(Int32, Int32, array<T>[]()[]%) |
Receive a message from another process.
| |
| Receive<(Of <(T>)>)(Int32, Int32, T%, CompletedStatus%) |
Receive a message from another process. The Receive operation is a blocking operation, that will
not complete until it has completely received a message.
| |
| Receive<(Of <(T>)>)(Int32, Int32, array<T>[]()[]%, CompletedStatus%) |
Receive an array from another process.
|