MessageBusSubscriptionEventArgs Constructor |
Initializes a new instance of the MessageBusSubscriptionEventArgs class.
Namespace:
Openfin.Desktop.Messaging
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax 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