Interface IAsyncResultExt

IAsyncResultExt interface

Represents the extended status of an asynchronous operation.

public interface IAsyncResultExt : IAsyncResult

Properties

NameDescription
ErrorInfo { get; }Gets a value that represents operation error.
IsCanceled { get; }Gets a value that indicates whether the asynchronous operation completed synchronously.

See Also