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

The callback handler interface for the client control feature. More...

Public Member Functions

void OnClientSessionStarted (IClientSession clientSession)
 Notifies a new client session starting. More...
 
void OnClientSessionClosed (IClientSession clientSession)
 Notifies a client session closing. More...
 

Detailed Description

The callback handler interface for the client control feature.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Clients.IClientControlFeatureHandler.OnClientSessionClosed ( IClientSession  clientSession)

Notifies a client session closing.

Parameters
clientSessionThe identifier of the client session that has closed.
void PushTechnology.ClientInterface.Client.Features.Control.Clients.IClientControlFeatureHandler.OnClientSessionStarted ( IClientSession  clientSession)

Notifies a new client session starting.

Parameters
clientSessionThe client session that has started.

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