Receive Method (PubSubConnection)
- Last UpdatedApr 08, 2026
- 1 minute read
Receives data from PubSub and blocks until data is available or a timeout expires.
| Overload | Description |
|---|---|
| Receive(String,PubSubBuffer,PubSubHeaderData,Int32) | Receives data from PubSub and blocks until data is available or a timeout expires. |
| Receive(Int32) | Receives data from the underlying PubSub connection and blocks until data is available or the timeout has expired. |