| Icon | Member | Description |
|---|---|---|
| Receive<(Of <(T>)>)(Int32, String, TimeSpan) |
Receive data that was sent to it from a send call.
Blocks until data is received or timeout occurs.
| |
| Receive<(Of <(T>)>)(Int32, String) |
Receive data that was sent to it from a send call. Blocks until data is received.
|