Interface ISubscriptionCallback

Callback interface to receive status notifications for subscription and unsubscription operations.

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