Share via


AbstractiveSummarizeOperation.Cancel(CancellationToken) Method

Definition

Cancels the long-running operation, provided that it is still pending or running.

public virtual void Cancel (System.Threading.CancellationToken cancellationToken = default);
abstract member Cancel : System.Threading.CancellationToken -> unit
override this.Cancel : System.Threading.CancellationToken -> unit
Public Overridable Sub Cancel (Optional cancellationToken As CancellationToken = Nothing)

Parameters

cancellationToken
CancellationToken

The CancellationToken controlling the lifetime of the request.

Applies to