4 implementations of SendInteractionRequestAsync
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
529
public async Task
SendInteractionRequestAsync
(WatchInteractionsRequestUpdate request, CancellationToken cancellationToken)
Aspire.Dashboard.Components.Tests (1)
Shared\TestDashboardClient.cs (1)
120
public async Task
SendInteractionRequestAsync
(WatchInteractionsRequestUpdate request, CancellationToken cancellationToken)
Aspire.Dashboard.Tests (2)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
59
public Task
SendInteractionRequestAsync
(WatchInteractionsRequestUpdate request, CancellationToken cancellationToken)
ResourceOutgoingPeerResolverTests.cs (1)
416
public Task
SendInteractionRequestAsync
(WatchInteractionsRequestUpdate request, CancellationToken cancellationToken) => throw new NotImplementedException();
4 references to SendInteractionRequestAsync
Aspire.Dashboard (4)
Components\Interactions\InteractionsProvider.cs (4)
181
await DashboardClient.
SendInteractionRequestAsync
(request, _cts.Token).ConfigureAwait(false);
233
await DashboardClient.
SendInteractionRequestAsync
(request, _cts.Token).ConfigureAwait(false);
251
await DashboardClient.
SendInteractionRequestAsync
(request, _cts.Token).ConfigureAwait(false);
449
await DashboardClient.
SendInteractionRequestAsync
(request, _cts.Token).ConfigureAwait(false);