 | 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-alpha5
Syntaxpublic void AddContextHandler(
Action<ContextBase> handler
)
Public Sub AddContextHandler (
handler As Action(Of ContextBase)
)
public:
void AddContextHandler(
Action<ContextBase^>^ handler
)
Parameters
- handler
- Type: SystemActionContextBase
The handler to invoke when
See Also