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