Click or drag to resize

InteropClientAddContextHandlerAsync Method (ContextHandler, String)

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.5.1
Syntax
C#
public Task AddContextHandlerAsync(
	ContextHandler handler,
	string contextType
)

Parameters

handler
Type: Openfin.Desktop.InteropAPIContextHandler
The handler for incoming context
contextType
Type: SystemString
The type of context you wish to handle.

Return Value

Type: Task
A new Task
See Also