ChannelProviderDispatchAsync Method (ChannelEndpoint, String, Object) |
Dispatch a message to a connected ChannelClient.
Namespace:
Openfin.Desktop.Messaging
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public Task DispatchAsync(
ChannelEndpoint targetChannel,
string topic,
Object payload
)
Parameters
- targetChannel
- Type: Openfin.Desktop.MessagingChannelEndpoint
The ChannelClient to dispatch the message to. - topic
- Type: SystemString
The topic to be dispatched on. - payload
- Type: SystemObject
The payload to be sent to the target ChannelClient
Return Value
Type:
Task[Missing <returns> documentation for "M:Openfin.Desktop.Messaging.ChannelProvider.DispatchAsync(Openfin.Desktop.Messaging.ChannelEndpoint,System.String,System.Object)"]
See Also