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