AsyncCommandResultEventArgs is containing event data. More...
Inherits EventArgs.
Public Member Functions | |
| AsyncCommandResults | get_Result () const |
| Operation state More... | |
| void | set_Result (AsyncCommandResults value) |
| Operation state More... | |
| System::Exception | get_Error () const |
| Operation error More... | |
| void | set_Error (System::Exception value) |
| Operation error More... | |
| AsyncCommandResultEventArgs () | |
| Initializes a new instance of the AsyncCommandResultEventArgs class. More... | |
| AsyncCommandResultEventArgs (AsyncCommandResults result) | |
| Initializes a new instance of the AsyncCommandResultEventArgs class. More... | |
| AsyncCommandResultEventArgs (AsyncCommandResults result, System::Exception error) | |
| Initializes a new instance of the AsyncCommandResultEventArgs class. More... | |
AsyncCommandResultEventArgs is containing event data.
| Aspose::Email::Clients::AsyncCommandResultEventArgs::AsyncCommandResultEventArgs | ( | ) |
Initializes a new instance of the AsyncCommandResultEventArgs class.
| Aspose::Email::Clients::AsyncCommandResultEventArgs::AsyncCommandResultEventArgs | ( | AsyncCommandResults | result | ) |
Initializes a new instance of the AsyncCommandResultEventArgs class.
| result | Contains operation result |
| Aspose::Email::Clients::AsyncCommandResultEventArgs::AsyncCommandResultEventArgs | ( | AsyncCommandResults | result, |
| System::Exception | error | ||
| ) |
Initializes a new instance of the AsyncCommandResultEventArgs class.
| result | Contains operation state |
| error | Contains operation error |
| System::Exception Aspose::Email::Clients::AsyncCommandResultEventArgs::get_Error | ( | ) | const |
Operation error
| AsyncCommandResults Aspose::Email::Clients::AsyncCommandResultEventArgs::get_Result | ( | ) | const |
Operation state
| void Aspose::Email::Clients::AsyncCommandResultEventArgs::set_Error | ( | System::Exception | value | ) |
Operation error
| void Aspose::Email::Clients::AsyncCommandResultEventArgs::set_Result | ( | AsyncCommandResults | value | ) |
Operation state