Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Package PushTechnology.ClientInterface.Client.Callbacks

Classes

class  ErrorReason
 The reason codes used to report error conditions. More...
 
interface  ICallback
 The callback interface that provides responses from the server. More...
 
interface  IContextCallback< in TContext >
 The callback interface that provides responses from the server, together with a context object supplied by the application. More...
 
class  DefaultCallback
 The default ICallback implementation. More...
 
class  DefaultContextCallback< TContext >
 The default IContextCallback{TContext} implementation. More...
 
interface  IRegistration
 The reference to a registered handler. More...
 
interface  IStream
 The extension of ICallback that allows many callbacks for each call context. More...
 
interface  IContextStream< in TContext >
 The extension of IContextCallback{TContext} that allows many callbacks for each call context. More...
 
class  DefaultStream
 The default IStream implementation. More...
 
class  DefaultContextStream< TContext >
 The default IContextStream{TContext} implementation. More...
 
interface  ITopicTreeHandler
 The interface for callback handlers that establish a server side control presence for the client ISession at a particular branch of the topic tree. More...
 
class  DefaultTopicTreeHandler
 The default ITopicTreeHandler implementation. 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...