Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables 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. 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: