InterAppMessageHandler Delegate |
A delegate that handles all sent/published messages.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public delegate void InterAppMessageHandler(
string sourceUuid,
string topic,
Object message
)
Parameters
- sourceUuid
- Type: SystemString
- topic
- Type: SystemString
- message
- Type: SystemObject
See Also