Click or drag to resize

InteropClientAddContextHandlerAsync Method (ContextHandler)

Add a context handler for incoming context. If an entity is part of a context group, and then sets its context handler, it will receive all of its declared contexts.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax
C#
public Task AddContextHandlerAsync(
	ContextHandler handler
)

Parameters

handler
Type: Openfin.Desktop.InteropAPIContextHandler
The handler for incoming context

Return Value

Type: Task
A new Task
See Also