Implemented interface member:
method
PromptConfirmationAsync
Aspire.Hosting.IInteractionService.PromptConfirmationAsync(System.String, System.String, Aspire.Hosting.MessageBoxInteractionOptions, System.Threading.CancellationToken)
8 references to PromptConfirmationAsync
Aspire.Hosting.Tests (8)
InteractionServiceTests.cs (8)
25var resultTask = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 50var resultTask = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation", cancellationToken: cts.Token); 74var resultTask1 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 75var resultTask2 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 76var resultTask3 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 134var resultTask1 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 138var resultTask2 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 169() => interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation")).DefaultTimeout();