[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| ImmediateSend<(Of <(T>)>)(T, Int32, Int32) |
Non-blocking send of a single value. This routine will initiate communication and
then return immediately with a Request object that can be used to
query the status of the communication.
(Inherited from Communicator.) | |
| ImmediateSend<(Of <(T>)>)(array<T>[]()[], Int32, Int32) |
Non-blocking send of an array of data. This routine will initiate communication and
then return immediately with a Request object that can be used to
query the status of the communication.
(Inherited from Communicator.) |