Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.ISendCallback Interface Reference

Callback interface for send operation notifications. More...

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

Public Member Functions

void OnComplete ()
 Called to indicate that the sent message has been received by the target session - the receiving session must be connected and have a stream that matches the message path. If the session does not fulfil these requirements, ICallback.OnDiscard will be called instead and an error will be dispatched to the session error handler. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.ICallback
void OnDiscard ()
 Called to notify that a call context was closed prematurely, typically due to a timeout or the session being closed. More...
 

Detailed Description

Callback interface for send operation notifications.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.ISendCallback.OnComplete ( )

Called to indicate that the sent message has been received by the target session - the receiving session must be connected and have a stream that matches the message path. If the session does not fulfil these requirements, ICallback.OnDiscard will be called instead and an error will be dispatched to the session error handler.

Implemented in PushTechnology.ClientInterface.Client.Features.Control.Topics.SendCallbackDefault.


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