CommandStatus
CommandStatus class
Indicates the result of an operation.
Constructors
| Name | Description |
|---|---|
| CommandStatus | Initializes a new instance of the Status class. |
Methods
| Name | Description |
|---|---|
| Equals | Determines whether the specified object is equal to the current object. |
| get_Description | Contains status description |
| get_StatusCode | Contains status code |
| GetHashCode | Serves as a hash function for a particular type. |
| ToString | Returns a string that represents the current object. |
| descriptionfield | Contains status description |
| statusCodefield | Contains status code |