3 implementations of PromptInputAsync
Aspire.Hosting (1)
InteractionService.cs (1)
75
public async Task<InteractionResult<InteractionInput>>
PromptInputAsync
(string title, string? message, string inputLabel, string placeHolder, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestInteractionService.cs (1)
23
public Task<InteractionResult<InteractionInput>>
PromptInputAsync
(string title, string? message, string inputLabel, string placeHolder, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionService.cs (1)
23
public Task<InteractionResult<InteractionInput>>
PromptInputAsync
(string title, string? message, string inputLabel, string placeHolder, InputsDialogInteractionOptions? options = null, CancellationToken cancellationToken = default)
2 references to PromptInputAsync
Stress.AppHost (2)
InteractionCommands.cs (2)
69
var result = await interactionService.
PromptInputAsync
(
201
return interactionService.
PromptInputAsync
(