Click or drag to resize

IPubSubHandler Methods

The IPubSubHandler type exposes the following members.

Methods
  NameDescription
Public methodPublish
Send the message to all subscribers matching
Public methodRemove
Remove all subscriptions from the IPubSubCache
Public methodSubscribe
Add or update the SubObject to the Protocol => Subscriptions Also add the subscription to the IPubSubCache
Public methodUnsubscribe
Remove the SubObject from the Protocol => Subscriptions Also remove the subscription from the IPubSubCache
Top
See Also