10.24.0

SessionEventArgs Class

An EventArgs instance that is passed to the session EventHandler.

Definition

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

Properties

CorrelationKey The correlation key passed in during session API calls.
Event The type of the session event that has occurred.
EventProperties Optional, present for future expansion.
Info An optional string that provides further information about the event.
ResponseCode A response code returned by the appliance for some events; otherwise zero.

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)
ToString Returns a string that represents the current Object.
(Overrides ObjectToString)

See Also