IPublish |
public interface IPublishSubscribeService : INotifyDataChanged
The IPublishSubscribeService type exposes the following members.
| Name | Description | |
|---|---|---|
| CanSubscribe |
Returns true if data changes can be subscribed to.
(Inherited from INotifyDataChanged) | |
| DataSubscribed |
Returns true if data changes are currently subscribed to.
(Inherited from INotifyDataChanged) |
| 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 | |
|---|---|---|
| DataChanged |
Occurs when data has arrived or changed.
(Inherited from INotifyDataChanged) |
| Name | Description | |
|---|---|---|
| GetEventQueue |
Subscribes to data changed events and returns a NotifyDataChangedEventQueue.
(Defined by NotifyDataChanged) |