Click or drag to resize

InteropClientSetContextAsync Method

Sets a context for the context group of the current entity.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax
C#
public Task SetContextAsync(
	Context context
)

Parameters

context
Type: Openfin.Desktop.InteropAPIContext
New context to set.

Return Value

Type: Task
A new Task
See Also