OBCOM.NetSwitchLib.Servers Namespace |
| Class | Description | |
|---|---|---|
| DefaultContext |
Default implementation of a IServerContext.
| |
| DeplayedEvent |
Implements the logic shared to all delayed events.
| |
| PendingReply |
Pending reply that can be received and dispatched by any server channel.
| |
| ReplyEvent |
Provides data when calling a ReplyHandler.
| |
| ReplyTimeoutException |
Signals that a reply timeout event has occurred.
| |
| RequestErrorEvent |
Provides data when calling a RequestErrorHandler.
| |
| RequestEvent |
Provides data when calling a RequestHandler.
| |
| ServerChannel |
Bi-directional server communication channel with a NetSwitch server.
| |
| ServerException |
Signals that a server error of some kind has occurred.
| |
| ServiceException |
Signals that a service request error of some kind has occurred.
| |
| ServiceStats |
Provides execution statistics of a service.
| |
| ServiceStatsList |
Provides execution statistics of a list of services.
| |
| TaskResultEventT |
Provides data when calling a TaskResultHandlerT.
|
| Interface | Description | |
|---|---|---|
| IMailServices |
Services for sending e-mail messages.
| |
| IRunnable |
Executes a task in a separate thread.
| |
| IServerContext |
Allows a ServerChannel to communicate with its container.
|
| Delegate | Description | |
|---|---|---|
| ReplyHandler |
Represents a method called when a reply message is received.
| |
| RequestErrorHandler |
Represents a method called when a request error occurs.
| |
| RequestHandler |
Represents a method called when a request message is received.
| |
| TaskResultHandlerT |
Represents a method called when a request message is received.
|