Class CommandStatus

CommandStatus class

Indicates the result of an operation.

public class CommandStatus

Constructors

NameDescription
CommandStatus(int, string)Initializes a new instance of the Status class.

Properties

NameDescription
virtual Description { get; }Contains status description
virtual StatusCode { get; }Contains status code

Methods

NameDescription
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