Click or drag to resize

MessageBusSubscriptionEventArgs Constructor

Initializes a new instance of the MessageBusSubscriptionEventArgs class.

Namespace:  Openfin.Desktop.Messaging
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public MessageBusSubscriptionEventArgs(
	IOpenfinEntity subscriber,
	IOpenfinEntity subscription,
	string topic
)

Parameters

subscriber
Type: Openfin.DesktopIOpenfinEntity
The Openfin entity that created the subscription.
subscription
Type: Openfin.DesktopIOpenfinEntity
The Openfin entity that was subscribed to.
topic
Type: SystemString
The topic that was subscribed to.
See Also