Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Topics.SendCallbackDefault Class Reference

Default implementation of ISendCallback. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.SendCallbackDefault:
PushTechnology.ClientInterface.Client.Features.ISendCallback PushTechnology.ClientInterface.Client.Features.ICallback

Public Member Functions

void OnDiscard ()
 Notification 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...
 
void OnComplete ()
 Indicates that the send operation has been handled by the server. More...
 

Detailed Description

Default implementation of ISendCallback.

This simply logs OnComplete calls at 'Debug' level. This method may be overridden to perform more specific processing.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Topics.SendCallbackDefault.OnComplete ( )

Indicates that the send operation has been handled by the server.

Implements PushTechnology.ClientInterface.Client.Features.ISendCallback.

void PushTechnology.ClientInterface.Client.Features.Control.Topics.SendCallbackDefault.OnDiscard ( )

Notification 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.

Implements PushTechnology.ClientInterface.Client.Features.ICallback.


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