IMessageBroker Members
From Glimpse API
| IMessageBroker Members | Glimpse API Documentation |
The IMessageBroker type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Publish T |
Publishes the specified message using the type as the topic.
| |
| Subscribe T |
Subscribes the specified action to the Type specified.
| |
| Unsubscribe T |
Unsubscribes the listener from the specified subscription id.
|
See Also