Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Clients.ISessionDetailsCallback Interface Reference

The callback interface for IClientControl.GetSessionDetails{TC}. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Clients.ISessionDetailsCallback:
PushTechnology.ClientInterface.Client.Features.ICallback

Public Member Functions

void OnReply (SessionId sessionId, ISessionDetails sessionDetails)
 Called to return requested session details. More...
 
void OnUnknownSession (SessionId sessionId)
 Called to indicate that the session indicated in a request is not known by the server. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.ICallback
void OnDiscard ()
 This is called to notify that a call context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for the context. More...
 

Detailed Description

The callback interface for IClientControl.GetSessionDetails{TC}.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Clients.ISessionDetailsCallback.OnReply ( SessionId  sessionId,
ISessionDetails  sessionDetails 
)

Called to return requested session details.

Parameters
sessionIdThe session identifier.
sessionDetailsThe requested session details.
void PushTechnology.ClientInterface.Client.Features.Control.Clients.ISessionDetailsCallback.OnUnknownSession ( SessionId  sessionId)

Called to indicate that the session indicated in a request is not known by the server.

Parameters
sessionIdThe requested session identity.

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