RequestEvent Class |
Namespace: OBCOM.NetSwitchLib.Servers
The RequestEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| Destination |
Gets the destination of this request event.
| |
| ErrorHandler |
Gets or sets the error handler of this request event.
| |
| HasSentReply |
Gets a value that indicates whether the reply has been sent.
| |
| Message |
Gets the request message of this request event.
| |
| ReplyPath |
Gets the reply path of this request event.
| |
| RequestId |
Gets the request ID of this request event.
| |
| ServerChannel |
Gets the server channel of this request event.
| |
| ServiceName |
Gets the service name of this request event.
| |
| Timeout |
Gets the timeout of this request event.
|
| Name | Description | |
|---|---|---|
| DispatchReply |
Dispatches supplied reply data to the pending
reply handler indexed by given replyKey.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectT |
Gets the object contained in the messages of this request event.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Inform |
Logs an information message.
| |
| RunAsyncTaskT |
Executes the supplied task in a separate thread.
| |
| SendErrorReply(Exception) | ||
| SendErrorReply(Object) |
Sends a ERROR reply message built using the
supplied data.
| |
| SendErrorReply(String) |
Sends an ERROR reply message using the
supplied text message.
| |
| SendNullReply |
Sends no reply message but marks the request as having sent a reply.
| |
| SendReply(Object) |
Sends a SUCCESS reply message built using the
supplied data.
| |
| SendReply(String) |
Sends a SUCCESS reply message built using the
supplied text.
| |
| SendReply(Object, Int32) |
Sends a reply message built using the supplied data and completion status.
| |
| SendSubRequest(String, Object) |
Sends a subrequest message to a destination and
then blocks forever waiting for the reply.
| |
| SendSubRequest(String, Object, ReplyHandler) |
Sends a subrequest message to a destination.
| |
| SendSubRequest(String, Object, Int32) |
Sends a subrequest message to a destination and
then blocks forever waiting until timeout.
| |
| SendSubRequest(String, Object, ReplyHandler, Int32) |
Sends a subrequest message to a destination.
| |
| SendSubRequest(String, Object, ReplyHandler, Int32, String) |
Sends a subrequest message to a destination.
| |
| Severe(String) |
Logs an error message.
| |
| Severe(Exception, String) |
Logs an error message with associated ex.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Warning |
Logs a warning message.
|