IPubSubConnection Interface Methods
- Last UpdatedApr 08, 2026
- 3 minute read
For a list of all members of this type, see IPubSubConnection members.
| Name | Description | |
|---|---|---|
![]() | Disconnect | Disconnects the PubSub interface from the PubSub system by cleaning up all the callbacks and subscriptions and then disconnecting from the engine. |
![]() | Dispose | (Inherited from System.IDisposable) |
![]() | GetParameter | Retrieves the value of a PubSub parameter. (Inherited from ) |
![]() | IsConnected | Checks to see if this application is connected to the PubSub system. (Inherited from ) |
![]() | Publish | Publishes a PubSubMessage on the underlying ISharedPubSubConnection. (Inherited from ) |
![]() | RegisterPersistence | Registers this application as a persistence store. (Inherited from ) |
![]() | RegisterPersistenceCB | Registers this application as a persistence store with callback subscriptions. (Inherited from ) |
![]() | RemovePublisher | Removes this application as a publisher on a topic that it has previously published on. (Inherited from ) |
![]() | SecureTopic | Restricts publishing on this topic and its children to the specified security group. (Inherited from ) |
![]() | SetParameter | Sets an internal PubSub parameter. (Inherited from ) |
![]() | Subscribe | Subscribes to the indicated topic using a blocking receive with infinite timeout. (Inherited from ) |

