Indicates the result of an operation. More...
Inherits Object.
Public Member Functions | |
virtual System::String | get_Description () |
Contains status description More... | |
virtual int32_t | get_StatusCode () |
Contains status code More... | |
CommandStatus (int32_t statusCode, System::String description) | |
Initializes a new instance of the Status class. More... | |
int32_t | GetHashCode () const override |
Serves as a hash function for a particular type. More... | |
bool | Equals (System::SharedPtr< System::Object > obj) override |
Determines whether the specified object is equal to the current object. More... | |
System::String | ToString () const override |
Returns a string that represents the current object. More... | |
Public Attributes | |
int32_t | statusCodefield |
Contains status code More... | |
System::String | descriptionfield |
Contains status description More... | |
Indicates the result of an operation.
Aspose::Email::Clients::CommandStatus::CommandStatus | ( | int32_t | statusCode, |
System::String | description | ||
) |
Initializes a new instance of the Status class.
statusCode | Contains status code |
description | Contains status description |
|
override |
Determines whether the specified object is equal to the current object.
obj | The object to compare with the current object. |
|
virtual |
Contains status description
|
virtual |
Contains status code
|
override |
Serves as a hash function for a particular type.
|
override |
Returns a string that represents the current object.
System::String Aspose::Email::Clients::CommandStatus::descriptionfield |
Contains status description
int32_t Aspose::Email::Clients::CommandStatus::statusCodefield |
Contains status code