Skip to content
DocsTry Aspire
DocsTry

ProgressContext Properties

ClassProperties1 member
Provides context to the work callback of a progress interaction.
CancellationTokenSection titled CancellationTokenCancellationToken
Gets the Threading.CancellationToken that is triggered when the user clicks the cancel button or the operation is externally canceled.
public CancellationToken CancellationToken { get; init; }