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)
23var resultTask = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 48var resultTask = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation", cancellationToken: cts.Token); 72var resultTask1 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 73var resultTask2 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 74var resultTask3 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 132var resultTask1 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 136var resultTask2 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 167() => interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation")).DefaultTimeout();