Implemented interface member:
method
PublishAsync<T>
Aspire.Hosting.Eventing.IDistributedApplicationEventing.PublishAsync<T>(T, System.Threading.CancellationToken)
4 references to PublishAsync
Aspire.Hosting.Tests (4)
Dashboard\DashboardEventHandlersTests.cs (2)
463
await eventing.
PublishAsync
(readyEvent, CancellationToken.None).DefaultTimeout();
544
await eventing.
PublishAsync
(readyEvent, CancellationToken.None).DefaultTimeout();
Orchestrator\ApplicationOrchestratorTests.cs (2)
468
await applicationEventing.
PublishAsync
(new ConnectionStringAvailableEvent(resource.Resource, app.Services), CancellationToken.None);
469
await applicationEventing.
PublishAsync
(new ConnectionStringAvailableEvent(resource.Resource, app.Services), CancellationToken.None);