Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Session.SessionListenerEventArgs Class Reference

The event arguments for a session listener. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Session.SessionListenerEventArgs:

Public Member Functions

 SessionListenerEventArgs (ISession session, SessionState oldState, SessionState newState)
 Constructor. More...
 

Properties

ISession Session [get, set]
 Get the session. More...
 
SessionState OldState [get, set]
 Get the previous session state. More...
 
SessionState NewState [get, set]
 Get the new session state. More...
 

Detailed Description

The event arguments for a session listener.

Constructor & Destructor Documentation

PushTechnology.ClientInterface.Client.Session.SessionListenerEventArgs.SessionListenerEventArgs ( ISession  session,
SessionState  oldState,
SessionState  newState 
)

Constructor.

Parameters
sessionThe session.
oldStateThe previous session state.
newStateThe new session state.

Property Documentation

SessionState PushTechnology.ClientInterface.Client.Session.SessionListenerEventArgs.NewState
getset

Get the new session state.

SessionState PushTechnology.ClientInterface.Client.Session.SessionListenerEventArgs.OldState
getset

Get the previous session state.

ISession PushTechnology.ClientInterface.Client.Session.SessionListenerEventArgs.Session
getset

Get the session.


The documentation for this class was generated from the following file: