10.24.0

MessageEventArgs Class

Passed as an argument to the message receive EventHandler delegate.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public sealed class MessageEventArgs : EventArgs
Inheritance
Object    EventArgs    MessageEventArgs

Properties

EventProperties Optional, to be used in the future to further qualify the event.
Message Returns the received IMessage instance.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also