MessageBusMessageEventArgsTMessage Constructor |
Creates a new instance of the MessageBusMessageEventArgs class.
Namespace:
Openfin.Desktop.Messaging
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public MessageBusMessageEventArgs(
IOpenfinEntity source,
IOpenfinEntity destination,
string topic,
TMessage message
)
Parameters
- source
- Type: Openfin.DesktopIOpenfinEntity
The Openfin entity where the message originated from. - destination
- Type: Openfin.DesktopIOpenfinEntity
The Openfin entity where the message was sent to. - topic
- Type: SystemString
The message topic. - message
- Type: TMessage
The message object that was sent.
See Also