Class SubscriptionCallbackDefault

Default implementation of ISubscriptionCallback.

Inheritance
System.Object
CallbackDefault
SubscriptionCallbackDefault
Implements
ISubscriptionCallback
ICallback
Inherited Members
CallbackDefault.OnDiscard()
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly: Diffusion.Client.dll
Syntax
public class SubscriptionCallbackDefault : CallbackDefault, ISubscriptionCallback, ICallback
Remarks

This simply logs OnComplete calls at 'Debug' level. This method may be overridden to perform more specific processing.

Methods

OnComplete()

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

Declaration
public virtual void OnComplete()

Implements

ISubscriptionCallback
ICallback
Back to top