8 references to CompleteInteractionAsync
Aspire.Hosting (2)
Backchannel\AppHostRpcTarget.cs (2)
240
await activityReporter.
CompleteInteractionAsync
(promptId, answers, updateResponse: false, cancellationToken).ConfigureAwait(false);
245
await activityReporter.
CompleteInteractionAsync
(promptId, answers, updateResponse: true, cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Tests (6)
Publishing\PipelineActivityReporterTests.cs (6)
582
await reporter.
CompleteInteractionAsync
(promptId, responses, updateResponse: false, cancellationToken: CancellationToken.None).DefaultTimeout();
610
await reporter.
CompleteInteractionAsync
(promptId, responses, updateResponse: false, CancellationToken.None).DefaultTimeout();
639
await reporter.
CompleteInteractionAsync
(promptId, responses, updateResponse: false, CancellationToken.None).DefaultTimeout();
671
await reporter.
CompleteInteractionAsync
(activity.Data.Id, responses, cancellationToken: CancellationToken.None).DefaultTimeout();
704
reporter.
CompleteInteractionAsync
(activity.Data.Id, responses: null, cancellationToken: CancellationToken.None));
743
await reporter.
CompleteInteractionAsync
(notificationId, responses, updateResponse: false, CancellationToken.None).DefaultTimeout();