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

Callback interface for non-blocking opening of sessions. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Session.ISessionOpenCallback:
PushTechnology.ClientInterface.Client.Callbacks.ICallback

Public Member Functions

void OnOpened (ISession session)
 Called when a session has been successfully opened. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.ICallback
void OnError (ErrorReason errorReason)
 Notification of a contextual error related to this callback. This is analogous to an exception being raised. Situations in which More...
 

Detailed Description

Callback interface for non-blocking opening of sessions.

This is used when a session is opened using ISessionFactory.Open(string, ISessionOpenCallback).

It is guaranteed that one and only one of the callback methods will be called.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Session.ISessionOpenCallback.OnOpened ( ISession  session)

Called when a session has been successfully opened.

Parameters
session

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