IMessageBroker Members

Glimpse API

IMessageBroker Members Glimpse API Documentation

The IMessageBroker type exposes the following members.

Methods

  NameDescription
Public methodPublish T 
Publishes the specified message using the type as the topic.
Public methodSubscribe T 
Subscribes the specified action to the Type specified.
Public methodUnsubscribe T 
Unsubscribes the listener from the specified subscription id.
Back to Top
See Also