InteropBrokerSendContextToClientAsync Method (String, String) |
Sends current context of the context group to the InteropClient.
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax protected Task SendContextToClientAsync(
string contextGroupId,
string endpointId
)
Parameters
- contextGroupId
- Type: SystemString
The id of the context group. - endpointId
- Type: SystemString
The channel endpoint id of the InteropClient.
Return Value
Type:
TaskA new Task
See Also