Overload List
| Name | Description | |
|---|---|---|
| SendReceive<(Of <(T>)>)(T, Int32, Int32, T%) |
Simultaneously send and receive a value from another process.
| |
| SendReceive<(Of <(T>)>)(array<T>[]()[], Int32, Int32, array<T>[]()[]%) |
Simultaneously send and receive an array of values from another process.
| |
| SendReceive<(Of <(T>)>)(T, Int32, Int32, Int32, Int32, T%) |
Simultaneously send and receive a value from another process.
| |
| SendReceive<(Of <(T>)>)(array<T>[]()[], Int32, Int32, Int32, Int32, array<T>[]()[]%) |
Simultaneously send and receive an array of values from another process.
| |
| SendReceive<(Of <(T>)>)(T, Int32, Int32, Int32, Int32, T%, CompletedStatus%) |
Simultaneously send and receive a value from another process (which need not be the same).
| |
| SendReceive<(Of <(T>)>)(array<T>[]()[], Int32, Int32, Int32, Int32, array<T>[]()[]%, CompletedStatus%) |
Simultaneously send and receive an array of values from another process.
|