Class CommandStatus
CommandStatus class
Indicates the result of an operation.
public class CommandStatus
Constructors
| Name | Description | 
|---|
| CommandStatus(int, string) | Initializes a new instance of the Status class. | 
Properties
| Name | Description | 
|---|
| virtual Description { get; } | Contains status description | 
| virtual StatusCode { get; } | Contains status code | 
Methods
| Name | Description | 
|---|
| override Equals(object) | Determines whether the specified object is equal to the current object. | 
| override GetHashCode() | Serves as a hash function for a particular type. | 
| override ToString() | Returns a string that represents the current object. | 
See Also