Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.ITopicsCompletionContextCallback< in TContext > Interface Template Reference

The contextual callback interface for success or failure notifications from subscription operations. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.ITopicsCompletionContextCallback< in TContext >:
PushTechnology.ClientInterface.Client.Features.IContextCallback< in TContext > PushTechnology.ClientInterface.Client.Features.TopicsCompletionContextCallbackDefault< TContext >

Public Member Functions

void OnComplete (TContext context)
 Called to indicate that a requested operation has been processed by the server. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.IContextCallback< in TContext >
void OnDiscard (TContext context)
 Called to notify that a call context was closed prematurely, typically due to a timeout or the session being closed. More...
 

Detailed Description

The contextual callback interface for success or failure notifications from subscription operations.

Use this alternative to ITopicsCompletionCallback to associate some artibrary context with each call.

Template Parameters
TContextThe context object type.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.ITopicsCompletionContextCallback< in TContext >.OnComplete ( TContext  context)

Called to indicate that a requested operation has been processed by the server.

Parameters
contextThe context object supplied when making the call. May be null.

Implemented in PushTechnology.ClientInterface.Client.Features.TopicsCompletionContextCallbackDefault< TContext >.


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