![]() |
Diffusion .NET API
5.9.4
|
The callback interface for success or failure notifications from subscription and unsubscription notifications. More...
Public Member Functions | |
void | OnComplete () |
Called to indicate that the requested operation has been processed by the server. 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... | |
The callback interface for success or failure notifications from subscription and unsubscription notifications.
void PushTechnology.ClientInterface.Client.Features.ITopicsCompletionCallback.OnComplete | ( | ) |
Called to indicate that the requested operation has been processed by the server.
Implemented in PushTechnology.ClientInterface.Client.Features.TopicsCompletionCallbackDefault.