ProgressInteractionOptions
Classnet10.0
Options for configuring a progress interaction.
namespace Aspire.Hosting;
public class ProgressInteractionOptions : Aspire.Hosting.InteractionOptions{ // ...}Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesTitleget; setstring? Gets or sets the optional title of the progress dialog.
Workget; setFunc<ProgressContext, Task> Gets or sets an optional asynchronous work callback to execute while the progress dialog is displayed.