ReplyEvent Methods |
The ReplyEvent type exposes the following members.
| 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.
|