Click or drag to resize

MessageEventArgs Class

version: 10.20.0
Passed as an argument to the message receive EventHandler delegate.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    SolaceSystems.Solclient.MessagingMessageEventArgs

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.20.0
Syntax
C#
public sealed class MessageEventArgs : EventArgs

The MessageEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEventProperties
Optional, to be used in the future to further qualify the event.
Public propertyMessage
Returns the received IMessage instance.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also