SessionEventArgs.Event Property

Solclient

SessionEventArgsEvent Property
version: 7.2.1.27
The type of the session event that has occurred.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public SessionEvent Event { get; }
Public ReadOnly Property Event As SessionEvent
	Get
public:
property SessionEvent Event {
	SessionEvent get ();
}

Property Value

Type: SessionEvent
See Also