Interface IClientCallback

Callback interface for Close(ISessionId, IClientCallback), and SetConflated(ISessionId, Boolean, IClientCallback).

Provides notifications of whether the requested operation was handled by the server.

Inherited Members
ICallback.OnDiscard()
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly: Diffusion.Client.dll
Syntax
public interface IClientCallback : ICallback

Methods

OnComplete()

This is called to indicate that a requested operation has been handled by the server.

Declaration
void OnComplete()
Back to top