Interface ITopicsCompletionCallback

The callback interface for success or failure notifications from subscription and unsubscription notifications.

Inherited Members
ICallback.OnDiscard()
Namespace: PushTechnology.ClientInterface.Client.Features
Assembly: Diffusion.Client.dll
Syntax
public interface ITopicsCompletionCallback : 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()

Called to indicate that the requested operation has been processed by the server.

Declaration
void OnComplete()
Back to top