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.6.0
Syntax 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:
TaskA new Task
See Also