5 implementations of SendInteractionRequestAsync
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
529
public async Task
SendInteractionRequestAsync
(WatchInteractionsRequestUpdate request, CancellationToken cancellationToken)
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestDashboardClient.cs (1)
130
public async Task
SendInteractionRequestAsync
(WatchInteractionsRequestUpdate request, CancellationToken cancellationToken)
Aspire.Dashboard.Tests (3)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
66
public Task
SendInteractionRequestAsync
(WatchInteractionsRequestUpdate request, CancellationToken cancellationToken)
ResourceOutgoingPeerResolverTests.cs (1)
422
public Task
SendInteractionRequestAsync
(WatchInteractionsRequestUpdate request, CancellationToken cancellationToken) => throw new NotImplementedException();
tests\Shared\TestDashboardClient.cs (1)
130
public async Task
SendInteractionRequestAsync
(WatchInteractionsRequestUpdate request, CancellationToken cancellationToken)
4 references to SendInteractionRequestAsync
Aspire.Dashboard (4)
Components\Interactions\InteractionsProvider.cs (4)
196
await DashboardClient.
SendInteractionRequestAsync
(request, _cts.Token).ConfigureAwait(false);
249
await DashboardClient.
SendInteractionRequestAsync
(request, _cts.Token).ConfigureAwait(false);
270
await DashboardClient.
SendInteractionRequestAsync
(request, _cts.Token).ConfigureAwait(false);
468
await DashboardClient.
SendInteractionRequestAsync
(request, _cts.Token).ConfigureAwait(false);