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)
169return Subscribe(resourceFilteredCallback);
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (2)
3754eventing.Subscribe<ResourceEndpointsAllocatedEvent>((@event, ct) => 3992eventing.Subscribe<ResourceEndpointsAllocatedEvent>(async (@event, ct) =>