Implemented interface member:
method
Subscribe<T>
Aspire.Hosting.Eventing.IDistributedApplicationEventing.Subscribe<T>(System.Func<T, System.Threading.CancellationToken, System.Threading.Tasks.Task>)
3 references to Subscribe
Aspire.Hosting (1)
Eventing\DistributedApplicationEventing.cs (1)
169
return
Subscribe
(resourceFilteredCallback);
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (2)
3754
eventing.
Subscribe
<ResourceEndpointsAllocatedEvent>((@event, ct) =>
3992
eventing.
Subscribe
<ResourceEndpointsAllocatedEvent>(async (@event, ct) =>