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)
26var resultTask = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 51var resultTask = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation", cancellationToken: cts.Token); 75var resultTask1 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 76var resultTask2 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 77var resultTask3 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 135var resultTask1 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 139var resultTask2 = interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation"); 170() => interactionService.PromptConfirmationAsync("Are you sure?", "Confirmation")).DefaultTimeout();