Click or drag to resize

OBCOM.NetSwitchLib.Servers Namespace

Classes and interfaces to build server applications that communicate with a NetSwitch server.
Classes
  ClassDescription
Public classDefaultContext
Default implementation of a IServerContext.
Public classDeplayedEvent
Implements the logic shared to all delayed events.
Public classPendingReply
Pending reply that can be received and dispatched by any server channel.
Public classReplyEvent
Provides data when calling a ReplyHandler.
Public classReplyTimeoutException
Signals that a reply timeout event has occurred.
Public classRequestErrorEvent
Provides data when calling a RequestErrorHandler.
Public classRequestEvent
Provides data when calling a RequestHandler.
Public classCode exampleServerChannel
Bi-directional server communication channel with a NetSwitch server.
Public classServerException
Signals that a server error of some kind has occurred.
Public classServiceException
Signals that a service request error of some kind has occurred.
Public classServiceStats
Provides execution statistics of a service.
Public classServiceStatsList
Provides execution statistics of a list of services.
Public classTaskResultEventT
Interfaces
  InterfaceDescription
Public interfaceIMailServices
Services for sending e-mail messages.
Public interfaceIRunnable
Executes a task in a separate thread.
Public interfaceIServerContext
Allows a ServerChannel to communicate with its container.
Delegates
  DelegateDescription
Public delegateReplyHandler
Represents a method called when a reply message is received.
Public delegateRequestErrorHandler
Represents a method called when a request error occurs.
Public delegateRequestHandler
Represents a method called when a request message is received.
Public delegateTaskResultHandlerT
Represents a method called when a request message is received.