ProgressContext
Classsealednet10.0
Provides context to the work callback of a progress interaction.
namespace Aspire.Hosting;
public sealed class ProgressContext{ // ...}Constructors1
Section titled ConstructorsProperties1
Section titled PropertiesCancellationTokenget; initCancellationToken Gets the
Threading.CancellationToken that is triggered when the user clicks the cancel button or the operation is externally canceled.