Class TopicsCompletionCallbackDefault

The default ITopicsCompletionCallback implementation.

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

This simply logs OnComplete() calls at 'debug' level. This can be overridden to perform some more specific action.

Methods

OnComplete()

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

Declaration
public virtual void OnComplete()

Implements

ITopicsCompletionCallback
ICallback
Back to top