ReplyEvent Class |
Namespace: OBCOM.NetSwitchLib.Servers
The ReplyEvent type exposes the following members.
Name | Description | |
---|---|---|
Message |
Gets the reply message or null if the reply timeout.
| |
Request |
Gets the request event of this reply event.
| |
ServerChannel |
Gets the server channel of this reply event.
| |
SuccessMessage |
Gets the success reply message of this reply event.
|
Name | Description | |
---|---|---|
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 success
message of this reply event.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Inform |
Logs an information message.
| |
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.
|