MessageChannelUnregisterTopic Method |
Removes a previously registered method for the specified topic.
Namespace:
Openfin.Desktop.Messaging
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public bool UnregisterTopic(
string topic
)
Parameters
- topic
- Type: SystemString
The name of the registered topic.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Openfin.Desktop.Messaging.MessageChannel.UnregisterTopic(System.String)"]
See Also