Click or drag to resize

InteropBrokerSetContextAsync Method

Sets the context for the context group.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax
C#
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: Task
A new Task
See Also