Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
Package PushTechnology.ClientInterface.Client.Callbacks

Classes

interface  ICallback
 Callback interface that provides responses from the server. Extensions of this interface have callback methods that provide results for successful calls. More...
 
class  DefaultCallback
 Abstract default callback. More...
 
interface  IContextCallback< in TContext >
 Callback interface that provides responses from the server, together with an application supplied context object. More...
 
class  DefaultContextCallback< TContext >
 Abstract default callback. More...
 
interface  IContextStream< in TContext >
 An extension of IContextCallback{TContext}that allows many callbacks for each call context. More...
 
class  DefaultContextStream< TContext >
 Abstract default context stream More...
 
class  ErrorReason
 The reason provided with More...
 
interface  IRegistration
 A reference to a registered handler. More...
 
interface  IServerHandler
 Common interface for callback handlers that establish a server side control presence for the client session. More...
 
class  DefaultServerHandler
 Abstract default server handler. More...
 
interface  IStream
 An extension of ICallback that allows many callbacks for each call context. More...
 
class  DefaultStreamCallback
 Abstract default callback. More...
 
class  StreamDefault
 Abstract default callback. More...
 
interface  ITopicTreeHandler
 Common interface for callback handlers that establish a server side control presence for the client session at a particular branch of the topic tree. More...
 
class  DefaultTopicTreeHandler
 Abstract default topic tree handler. More...