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

A default implementation of ITopicControlRemoveContextCallback{TContext}. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlRemoveContextCallbackDefault< TContext >:
PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlRemoveContextCallback< in TContext > PushTechnology.ClientInterface.Client.Features.IContextCallback< in TC >

Public Member Functions

virtual void OnDiscard (TContext context)
 Notification that a context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for a context. More...
 
virtual void OnTopicsRemoved (TContext context)
 Topic(s) have been removed. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.IContextCallback< in TC >
void OnDiscard (TC context)
 Notification that a context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for a context. More...
 

Detailed Description

A default implementation of ITopicControlRemoveContextCallback{TContext}.

Template Parameters
TContextThe context object type.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlRemoveContextCallbackDefault< TContext >.OnDiscard ( TContext  context)
virtual

Notification that a context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for a context.

Parameters
context
virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlRemoveContextCallbackDefault< TContext >.OnTopicsRemoved ( TContext  context)
virtual

Topic(s) have been removed.

Parameters
contextThe context object the application supplied when making the call; may be null.

Implements PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlRemoveContextCallback< in TContext >.


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