1 instantiation of BoolInteractionResult
Aspire.Hosting (1)
Ats\InteractionExports.cs (1)
816
return new
BoolInteractionResult
10 references to BoolInteractionResult
Aspire.Hosting (9)
Ats\InteractionExports.cs (9)
54
public static async Task<
BoolInteractionResult
> PromptConfirmation(
64
return
BoolInteractionResult
.From(result);
71
public static async Task<
BoolInteractionResult
> PromptMessageBox(
81
return
BoolInteractionResult
.From(result);
88
public static async Task<
BoolInteractionResult
> PromptNotification(
98
return
BoolInteractionResult
.From(result);
107
public static async Task<
BoolInteractionResult
> PromptProgress(
116
return
BoolInteractionResult
.From(result);
814
internal static
BoolInteractionResult
From(InteractionResult<bool> result)
Aspire.Hosting.Tests (1)
AtsInteractionExportsTests.cs (1)
19
var
result = await interactionService.PromptProgress(