Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Session.ISessionOpenContextCallback< in TC > Interface Template Reference

Contextual version of ISessionOpenCallback for use with ISessionFactory.Open{TC}. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Session.ISessionOpenContextCallback< in TC >:

Public Member Functions

void OnOpened (TC context, ISession session)
 Called when a session has been successfully opened. More...
 

Detailed Description

Contextual version of ISessionOpenCallback for use with ISessionFactory.Open{TC}.

Attaches an arbitrary context object to callback notifications.

Template Parameters
TC

Member Function Documentation

void PushTechnology.ClientInterface.Client.Session.ISessionOpenContextCallback< in TC >.OnOpened ( TC  context,
ISession  session 
)

Called when a session has been successfully opened.

Parameters
contextThe context object supplied when making the call.
sessionThe session.

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