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