Click or drag to resize

IPublishSubscribeService Methods

The IPublishSubscribeService type exposes the following members.

Methods
 NameDescription
Public methodAddDataChanged Add a handler for the DataChanged event.
(Inherited from INotifyDataChanged)
Public methodPublish Publish a message.
Public methodPublishAsync Publish a message.
Public methodRemoveDataChanged Remove a handler from the DataChanged event.
(Inherited from INotifyDataChanged)
Public methodSubscribe Subscribe to a message filter.
Public methodSubscribeAsync Subscribe to a message filter.
Public methodUnsubscribe Unsubscribe to a message filter.
Public methodUnsubscribeAsync Unsubscribe to a message filter.
Top
Extension Methods
 NameDescription
Public Extension MethodCode exampleGetEventQueue Subscribes to data changed events and returns a NotifyDataChangedEventQueue.
(Defined by NotifyDataChanged)
Top
See Also