6 implementations of PromptProgressAsync
Aspire.Hosting (1)
InteractionService.cs (1)
291public async Task<InteractionResult<bool>> PromptProgressAsync(string message, ProgressInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestInteractionService.cs (1)
76public async Task<InteractionResult<bool>> PromptProgressAsync(string message, ProgressInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Browsers.Tests (1)
tests\Shared\TestInteractionService.cs (1)
76public async Task<InteractionResult<bool>> PromptProgressAsync(string message, ProgressInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.DevTunnels.Tests (1)
tests\Shared\TestInteractionService.cs (1)
76public async Task<InteractionResult<bool>> PromptProgressAsync(string message, ProgressInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.RemoteHost.Tests (1)
tests\Shared\TestInteractionService.cs (1)
76public async Task<InteractionResult<bool>> PromptProgressAsync(string message, ProgressInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionService.cs (1)
76public async Task<InteractionResult<bool>> PromptProgressAsync(string message, ProgressInteractionOptions? options = null, CancellationToken cancellationToken = default)
10 references to PromptProgressAsync
Aspire.Hosting (3)
ApplicationModel\ResourceCommandService.cs (1)
458var progressResult = await interactionService.PromptProgressAsync(progressOptions.Message, options: options, cancellationToken: cancellationToken).ConfigureAwait(false);
Ats\InteractionExports.cs (1)
115var result = await interactionService.PromptProgressAsync(message, options?.ToOptions(), cancellationToken).ConfigureAwait(false);
IInteractionService.cs (1)
933/// <see cref="IInteractionService.PromptProgressAsync"/> is canceled.
Stress.AppHost (7)
InteractionCommands.cs (7)
799var result = await interactionService.PromptProgressAsync( 828var result = await interactionService.PromptProgressAsync( 857var progressTask = interactionService.PromptProgressAsync( 879var result = await interactionService.PromptProgressAsync( 902var result = await interactionService.PromptProgressAsync( 925var result = await interactionService.PromptProgressAsync( 950var result = await interactionService.PromptProgressAsync(