Subscribe Method (PubSubConnectionExtensions)
- Last UpdatedApr 08, 2026
- 1 minute read
Subscribes to the indicated topic using a blocking receive with infinite timeout.
| Overload | Description |
|---|---|
| Subscribe(ISharedPubSubConnection,String) | Subscribes to the indicated topic using a blocking receive with infinite timeout. |
| Subscribe(ISharedPubSubConnection,String,Action<PubSubMessage>) | Subscribes to the indicated topic using an asynchronous callback with infinite timeout. |