Aspose::Email::Clients::IAsyncResultExt Class Referenceabstract

Represents the extended status of an asynchronous operation. More...

Inherits IAsyncResult.

Public Member Functions

virtual bool get_IsCanceled ()=0
 Gets a value that indicates whether the asynchronous operation completed synchronously. More...
 
virtual System::Exception get_ErrorInfo ()=0
 Gets a value that represents operation error. More...
 

Detailed Description

Represents the extended status of an asynchronous operation.

Member Function Documentation

◆ get_ErrorInfo()

virtual System::Exception Aspose::Email::Clients::IAsyncResultExt::get_ErrorInfo ( )
pure virtual

Gets a value that represents operation error.

◆ get_IsCanceled()

virtual bool Aspose::Email::Clients::IAsyncResultExt::get_IsCanceled ( )
pure virtual

Gets a value that indicates whether the asynchronous operation completed synchronously.