InterAppSubscriptionListener Delegate |
A delegate that handles (un)subscription events on a
DesktopConnection's InterApplicationBus.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public delegate void InterAppSubscriptionListener(
string uuid,
string topic
)
Parameters
- uuid
- Type: SystemString
- topic
- Type: SystemString
See Also