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

Namespaces

package  Control
 
package  Impl
 
package  TimeSeries
 
package  Topics
 

Classes

class  ClusterRepartitionException
 The exception indicating an operation failed because the cluster was migrating partitions between servers. More...
 
class  HandlerConflictException
 The exception indicating that a handler could not be registered because it conflicts with an existing handler. More...
 
interface  ICallback
 The callback interface used to return results from a call to the server. More...
 
interface  IContextCallback< in TContext >
 The callback interface used to return results from a call to the server. More...
 
class  CallbackDefault
 The default ICallback implementation. More...
 
class  ContextCallbackDefault< TContext >
 The default IContextCallback{TContext} implementation. More...
 
interface  IFeature
 The base interface for features that may be added directly to a client ISession. More...
 
class  IncompatibleDatatypeException
 Exception used to report that an operation has failed because the receiver could not process the supplied data. More...
 
class  IncompatibleTopicException
 The exception indicating that a topic is incompatible with an operation. More...
 
interface  IPings
 This feature provides a client session with the ability to test its connection to the server. More...
 
interface  IPingDetails
 The server response to a ping operation. More...
 
interface  IPingCallback
 The callback interface for IPings operations. More...
 
interface  IPingContextCallback< in TContext >
 The callback interface for IPings context based operations. More...
 
class  PingCallbackDefault
 The default IPingCallback implementation. More...
 
class  PingContextCallbackDefault< TContext >
 The default IPingContextCallback{TContext} implementation. More...
 
interface  IRegisteredHandler
 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  StreamDefault
 The default IStream implementation. More...
 
class  ContextStreamDefault< TContext >
 The default IContextStream{TContext} implementation. More...
 
interface  ITopics
 The feature that allows a client session to subscribe to topics to receive streamed topic updates and/or fetch the state of topics. More...
 
interface  ITopicsCompletionCallback
 The callback interface for success or failure notifications from subscription and unsubscription notifications. More...
 
interface  ITopicsCompletionContextCallback< in TContext >
 The contextual callback interface for success or failure notifications from subscription operations. More...
 
interface  ITopicStream
 Represents a stream interface that can be registered to receive topic subscription, value and delta events. More...
 
interface  ITopicDetailsCallback
 The callback interface for replies to requests for topic details. More...
 
interface  ITopicDetailsContextCallback< in TContext >
 The callback interface for replies to requests for topic details. More...
 
interface  IFetchStream
 The callback interface for fetch requests. More...
 
interface  IFetchContextStream< in TContext >
 The contextual callback interface for fetch requests. More...
 
class  TopicsCompletionCallbackDefault
 The default ITopicsCompletionCallback implementation. More...
 
class  TopicsCompletionContextCallbackDefault< TContext >
 The default ITopicsCompletionContextCallback{TContext} implementation. More...
 
class  TopicStreamDefault
 The default ITopicStream implementation. More...
 
class  TopicDetailsCallbackDefault
 The default ITopicDetailsCallback implementation. More...
 
class  TopicDetailsContextCallbackDefault< TContext >
 The default ITopicDetailsContextCallback{TContext} implementation. More...
 
class  FetchStreamDefault
 The default IFetchStream implementation. More...
 
class  FetchContextStreamDefault< TContext >
 The default IFetchContextStream{TContext} implementation. More...
 
interface  ITopicTreeHandler
 The interface for callback handlers that establish a server side control presence for the client Session.ISession at a particular branch of the topic tree. More...
 
class  TopicTreeHandlerDefault
 The default ITopicTreeHandler implementation. More...
 
class  NoSuchSessionException
 The exception used to report there is no session for a given session ID. More...
 
class  NoSuchTopicException
 The exception indicating that a topic does not exist on that topic path. More...
 
class  RejectedRequestException
 The exception indicating that a recipient session has rejected a request. More...
 
class  UnhandledMessageException
 The exception indicating that a message was not delivered to an application handler. More...
 
class  UpdateFailedException
 The exception indicating that a topic update failed. More...
 
class  ChangePrincipalCallbackDefault
 Default implementation of IChangePrincipalCallback. More...
 
class  ChangePrincipalContextCallbackDefault< TC >
 Default implementation of IChangePrincipalContextCallback{TC}. More...
 
interface  IChangePrincipalCallback
 The callback interface for ISecurity.ChangePrincipal. More...
 
interface  IChangePrincipalContextCallback< in TC >
 The callback interface for ISecurity.ChangePrincipal. More...
 
interface  IMessaging
 Represents a feature that provides a client session with messaging capabilities. More...
 
interface  IRequestStream< TRequest, TResponse >
 The stream to receive request notifications. More...
 
interface  IResponder< TResponse >
 Responder interface to dispatch responses to requests. More...
 
interface  IMessageStream
 Represents a stream that may be registered to receive messages from the IMessaging feature. More...
 
class  DefaultMessageStream
 Represents the default IMessageStream implementation. More...
 
interface  ISecurity
 This feature provides a client session with the ability to change the associated principal. More...
 
interface  ISendCallback
 Callback interface for send operation notifications. More...
 
interface  ISendContextCallback< in TC >
 Contextual callback interface for success or failure notifications from send operations. More...
 
interface  IServerHandler
 This the base interface for all callback handlers registered via the client session that establish a server-side control presence for the client. More...
 
class  TopicNotificationAddLevel
 Specifies the level of add notifications that the client wishes to receive. More...
 
class  TopicNotificationSelectionMode
 Specifies the mode when selecting topic ranges for notification. More...
 
class  TopicUnsubscribeReason
 The reason for an unsubscription. More...