InteropBrokerSetContextAsync Method |
Sets the context for the context group.
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax protected Task SetContextAsync(
JObject context,
string contextGroupId
)
Parameters
- context
- Type: JObject
The context - contextGroupId
- Type: SystemString
The id of the context group.
Return Value
Type:
TaskA new Task
See Also