![]() |
Diffusion .NET API
5.9.4
|
Callback interface for IClientControl.Close(SessionId,IClientCallback), IClientControl.SetConflated, and IClientControl.SetThrottled. More...
Public Member Functions | |
void | OnComplete () |
This is called to indicate that a requested operation has been handled 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... | |
Callback interface for IClientControl.Close(SessionId,IClientCallback), IClientControl.SetConflated, and IClientControl.SetThrottled.
Provides notifications of whether the requested operation was handled by the server.
void PushTechnology.ClientInterface.Client.Features.Control.Clients.IClientCallback.OnComplete | ( | ) |
This is called to indicate that a requested operation has been handled by the server.