![]() |
Diffusion .NET API
5.9.4
|
Callback interface for send operation notifications. More...
Public Member Functions | |
void | OnComplete () |
Called to indicate that the sent message has been received by the server. This does not mean that the message was actually delivered to the client. More... | |
![]() | |
void | OnDiscard () |
This is called to notify 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... | |
Callback interface for send operation notifications.
void PushTechnology.ClientInterface.Client.Features.ISendCallback.OnComplete | ( | ) |
Called to indicate that the sent message has been received by the server. This does not mean that the message was actually delivered to the client.
Implemented in PushTechnology.ClientInterface.Client.Features.Control.Topics.SendCallbackDefault.