Click or drag to resize

ChannelProviderBroadcast Method

Broadcasts to all connected ChannelClients on a specific topic.

Namespace:  Openfin.Desktop.Messaging
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public IEnumerable<Task> Broadcast(
	string topic,
	Object payload
)

Parameters

topic
Type: SystemString
The topic.
payload
Type: SystemObject
The payload to broadcast.

Return Value

Type: IEnumerableTask

[Missing <returns> documentation for "M:Openfin.Desktop.Messaging.ChannelProvider.Broadcast(System.String,System.Object)"]

See Also