ISharedPubSubConnection Interface Members
- Last UpdatedApr 08, 2026
- 2 minute read
The following tables list the members exposed by ISharedPubSubConnection.
| Name | Description | |
|---|---|---|
![]() | GetParameter | Retrieves the value of a PubSub parameter. |
![]() | IsConnected | Checks to see if this application is connected to the PubSub system. |
![]() | Publish | Overloaded. Publishes a PubSubMessage on the underlying ISharedPubSubConnection. |
![]() | RegisterPersistence | Registers this application as a persistence store. |
![]() | RegisterPersistenceCB | Registers this application as a persistence store with callback subscriptions. |
![]() | RemovePublisher | Removes this application as a publisher on a topic that it has previously published on. |
![]() | SecureTopic | Restricts publishing on this topic and its children to the specified security group. |
![]() | SetParameter | Sets an internal PubSub parameter. |
![]() | Subscribe | Overloaded. Subscribes to the indicated topic using a blocking receive with infinite timeout. |

