Click or drag to resize

InterAppMessageHandler Delegate

A delegate that handles all sent/published messages.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public delegate void InterAppMessageHandler(
	string sourceUuid,
	string topic,
	Object message
)

Parameters

sourceUuid
Type: SystemString
topic
Type: SystemString
message
Type: SystemObject
See Also