Click or drag to resize

ConnectionAddContextHandler Method

Adds a listener for incoming context broadcast from the Desktop Agent.

Namespace:  OpenFin.FDC3
Assembly:  OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha6
Syntax
public void AddContextHandler(
	Action<ContextBase> handler
)

Parameters

handler
Type: SystemActionContextBase
The handler to invoke when
See Also