Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.ISessionPropertiesCallback Interface Reference

The callback interface for IClientControl.GetSessionProperties. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.ISessionPropertiesCallback:
PushTechnology.ClientInterface.Client.Callbacks.ICallback

Public Member Functions

void OnReply (ISessionId sessionId, Dictionary< string, string > properties)
 Called to return requested session properties. More...
 
void OnUnknownSession (ISessionId 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.Callbacks.ICallback
void OnError (ErrorReason errorReason)
 Notification of a contextual error related to this callback. More...
 

Detailed Description

The callback interface for IClientControl.GetSessionProperties.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.ISessionPropertiesCallback.OnReply ( ISessionId  sessionId,
Dictionary< string, string >  properties 
)

Called to return requested session properties.

Parameters
sessionIdThe session identifier.
propertiesMap of the requested session property values.
void PushTechnology.ClientInterface.Client.Features.Control.ISessionPropertiesCallback.OnUnknownSession ( ISessionId  sessionId)

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

Parameters
sessionIdThe requested session identifier.

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