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.
| |
| 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.
|