com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Interface IAsyncResultExt

  • All Superinterfaces:
    com.aspose.ms.System.IAsyncResult


    public interface IAsyncResultExt
    extends com.aspose.ms.System.IAsyncResult

    Represents the extended status of an asynchronous operation.

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      RuntimeException getErrorInfo()
      Gets a value that represents operation error.
      boolean isCanceled()
      Gets a value that indicates whether the asynchronous operation completed synchronously.
      • Methods inherited from interface com.aspose.ms.System.IAsyncResult

        getAsyncState, getAsyncWaitHandle, getCompletedSynchronously, isCompleted
    • Method Detail

      • isCanceled

        boolean isCanceled()

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

      • getErrorInfo

        RuntimeException getErrorInfo()

        Gets a value that represents operation error.