Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Session.ISessionListener Interface Reference

The callback listener interface for a session. More...

Public Member Functions

void RaiseOnSessionStateChangedEvent (SessionListenerEventArgs args)
 Provides public access to the event. More...
 
void OnError (ISession session, ISessionError error)
 Reports an error. More...
 

Events

EventHandler
< SessionListenerEventArgs
OnSessionStateChanged
 Raises the event indicating a change in session state. More...
 

Detailed Description

The callback listener interface for a session.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Session.ISessionListener.OnError ( ISession  session,
ISessionError  error 
)

Reports an error.

Parameters
session
error
void PushTechnology.ClientInterface.Client.Session.ISessionListener.RaiseOnSessionStateChangedEvent ( SessionListenerEventArgs  args)

Provides public access to the event.

Parameters
args

Event Documentation

EventHandler<SessionListenerEventArgs> PushTechnology.ClientInterface.Client.Session.ISessionListener.OnSessionStateChanged

Raises the event indicating a change in session state.


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