ChannelClientDispatchAsync Method (String, Object) |
Dispatches a call that takes a parameter on the registered topic to the ChannelProvider.
Namespace:
Openfin.Desktop.Messaging
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public Task DispatchAsync(
string topic,
Object payload
)
Parameters
- topic
- Type: SystemString
The name of the registered topic. - payload
- Type: SystemObject
The payload to send to the registered method.
Return Value
Type:
TaskThe task object representing the asynchronous operation.
See Also