Click or drag to resize

ChannelClientDispatchAsyncTResult Method (String)

Dispatches a call that returns a value on the registered topic to the ChannelProvider.

Namespace:  Openfin.Desktop.Messaging
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task<TResult> DispatchAsync<TResult>(
	string topic
)

Parameters

topic
Type: SystemString
The name of the registered topic.

Type Parameters

TResult
The result type of the asynchronous operation.

Return Value

Type: TaskTResult
The task object representing the asynchronous operation.
See Also