Click or drag to resize

InterAppSubscriptionListener Delegate

A delegate that handles (un)subscription events on a DesktopConnection's InterApplicationBus.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public delegate void InterAppSubscriptionListener(
	string uuid,
	string topic
)

Parameters

uuid
Type: SystemString
topic
Type: SystemString
See Also