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)
22var resultTask = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 47var resultTask = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation", cancellationToken: cts.Token); 71var resultTask1 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 72var resultTask2 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 73var resultTask3 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 131var resultTask1 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 135var resultTask2 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 166() => interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation")).DefaultTimeout();