IServerContext Interface |
Namespace: OBCOM.NetSwitchLib.Servers
The IServerContext type exposes the following members.
Name | Description | |
---|---|---|
AddDelayedEvent |
Adds a delayed event to this queue of delayed events.
| |
AddPendingReply |
Adds the supplied pending reply to a synchronized shared table that
is accessible to all threads controlled by the server context of
this channel.
| |
DecodePassword |
Decodes an encoded password using supplied arguments.
| |
GetProperties |
Returns a read-only dictionary with all the properties of this context.
| |
GetProperty |
Gets the value of a property indexed by the specified name.
| |
RemoveDelayedEvent |
Removes a delayed event from this queue of delayed events.
| |
RemovePendingReply |
Removes and returns the pending reply indexed by given key. The
returned pending reply is removed from a synchronized shared table
that is accessible to all threads controlled by this context.
| |
RunAsyncTask |
Executes the given task asynchronously in a separate thread.
| |
SendMail |
Sends a mail message using the specified SMTP mail session.
|