Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Callbacks.IRegistration Interface Reference

A reference to a registered handler. More...

Inherited by PushTechnology.ClientInterface.Client.Features.Impl.SessionWillRegistration.Handler.Registration.

Public Member Functions

void Close ()
 Request that the handler is unregistered from the server. More...
 

Detailed Description

A reference to a registered handler.

Such a handler reference is provided whenever a handler with a server side presence is registered.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Callbacks.IRegistration.Close ( )

Request that the handler is unregistered from the server.

After the handler is unregistered, the handler's OnClose method will be called. If the handler has already been unregistered, calling this method has no effect.


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