[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| ImmediateReceive<(Of <(T>)>)(Int32, Int32) |
Non-blocking receive of a single value. This routine will initiate a request to receive
data and then return immediately. The data may be received in the background. To test for
or force the completion of the communication, then access the received data, use the
returned ReceiveRequest object.
| |
| ImmediateReceive<(Of <(T>)>)(Int32, Int32, array<T>[]()[]) |
Non-blocking receive of an array of values. This routine will initiate a request to receive
data and then return immediately. The data may be received in the background. To test for
or force the completion of the communication, then access the received data, use the
returned ReceiveRequest object.
|