Click or drag to resize

MessageChannelRegisterTopic Method (String, Action)

Registers a method for a given topic.

Namespace:  Openfin.Desktop.Messaging
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
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