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
Remarks

Caution

Deprecated since 6.7. Methods that use callbacks are deprecated and will be removed in a future release. Use a Task instead.

Methods

OnComplete()

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

Declaration
void OnComplete()
Back to top