IPublishSubscribeService Methods |
The IPublishSubscribeService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDataChanged |
Add a handler for the DataChanged event.
(Inherited from INotifyDataChanged.) | |
| Publish |
Publish a message.
| |
| PublishAsync |
Publish a message.
| |
| RemoveDataChanged |
Remove a handler from the DataChanged event.
(Inherited from INotifyDataChanged.) | |
| Subscribe |
Subscribe to a message filter.
| |
| SubscribeAsync |
Subscribe to a message filter.
| |
| Unsubscribe |
Unsubscribe to a message filter.
| |
| UnsubscribeAsync |
Unsubscribe to a message filter.
|
| Name | Description | |
|---|---|---|
| GetEventQueue |
Subscribes to data changed events and returns a NotifyDataChangedEventQueue.
(Defined by NotifyDataChanged.) |