IAsyncResultExt Interface

Represents the extended status of an asynchronous operation.

Namespace:  Aspose.Email.Clients
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public interface IAsyncResultExt : IAsyncResult

The IAsyncResultExt type exposes the following members.

Properties
  NameDescription
Public propertyAsyncState (Inherited from IAsyncResult.)
Public propertyAsyncWaitHandle (Inherited from IAsyncResult.)
Public propertyCompletedSynchronously (Inherited from IAsyncResult.)
Public propertyErrorInfo
Gets a value that represents operation error.
Public propertyIsCanceled
Gets a value that indicates whether the asynchronous operation completed synchronously.
Public propertyIsCompleted (Inherited from IAsyncResult.)
See Also