4 references to CompleteInteractionAsync
Aspire.Hosting (3)
Dashboard\DashboardServiceData.cs (1)
155
await _interactionService.
CompleteInteractionAsync
(
Publishing\PublishingActivityReporter.cs (2)
275
await _interactionService.
CompleteInteractionAsync
(interaction.InteractionId, (interaction, ServiceProvider) =>
318
await _interactionService.
CompleteInteractionAsync
(interactionId,
Aspire.Hosting.Tests (1)
InteractionServiceTests.cs (1)
176
await interactionService.
CompleteInteractionAsync
(interactionId, (_, _) => state, CancellationToken.None);