ICancellableAsyncResult Interface

Definition

Represents the status of an asynchronous operation and provides support for cancellation.

public interface ICancellableAsyncResult : IAsyncResult
type ICancellableAsyncResult = interface
    interface IAsyncResult
Public Interface ICancellableAsyncResult
Implements IAsyncResult
Implements

Methods

Cancel()

Cancels the asynchronous operation.

Applies to