Skip to content
DocsTry Aspire
DocsTry

ProgressContext

Handle
📦 Aspire.Hosting v13.5.0
interface ProgressContext {
readonly cancellationToken: cancellationToken;
}

Properties

propertycancellationTokencancellationTokenget
Gets the `CancellationToken` that is triggered when the user clicks the cancel button or the operation is externally canceled.