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

Contextual callback interface for success or failure notifications from send operations. More...

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

Public Member Functions

void OnComplete (TC context)
 Called to indicate that the sent message has been received by the server. This does not necessarily mean that it has been delivered to any recipient. 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

Contextual callback interface for success or failure notifications from send operations.

Use this alternative to ISendCallback to associate some arbitrary context object with each call.

Template Parameters
TCThe context object.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.ISendContextCallback< in TC >.OnComplete ( TC  context)

Called to indicate that the sent message has been received by the server. This does not necessarily mean that it has been delivered to any recipient.

Parameters
contextThe context object.

Implemented in PushTechnology.ClientInterface.Client.Features.Control.Topics.SendContextCallbackDefault< TC >.


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