Click or drag to resize

MessageChannelUnregisterTopic Method

Removes a previously registered method for the specified topic.

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