3 implementations of PromptConfirmationAsync
Aspire.Hosting (1)
InteractionService.cs (1)
35
public async Task<InteractionResult<bool>>
PromptConfirmationAsync
(string title, string message, MessageBoxInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestInteractionService.cs (1)
18
public Task<InteractionResult<bool>>
PromptConfirmationAsync
(string title, string message, MessageBoxInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionService.cs (1)
18
public Task<InteractionResult<bool>>
PromptConfirmationAsync
(string title, string message, MessageBoxInteractionOptions? options = null, CancellationToken cancellationToken = default)
2 references to PromptConfirmationAsync
Stress.AppHost (2)
InteractionCommands.cs (2)
18
var resultTask1 = interactionService.
PromptConfirmationAsync
("Command confirmation", "Are you sure?", cancellationToken: commandContext.CancellationToken);
185
return interactionService.
PromptConfirmationAsync
(