MessageChannelRegisterTopic Method (String, Action) |
Registers a method for a given topic.
Namespace:
Openfin.Desktop.Messaging
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public void RegisterTopic(
string topic,
Action listener
)
Parameters
- topic
- Type: SystemString
The name of the registered topic. - listener
- Type: SystemAction
An encapsulated method to execute for the registered method.
See Also