public interface IAsyncResultExt
extends com.aspose.ms.System.IAsyncResult
Represents the extended status of an asynchronous operation.
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.
|
boolean isCanceled()
Gets a value that indicates whether the asynchronous operation completed synchronously.
RuntimeException getErrorInfo()
Gets a value that represents operation error.