Implemented interface member:
method
Subscribe<T>
Aspire.Hosting.Eventing.IDistributedApplicationEventing.Subscribe<T>(System.Func<T, System.Threading.CancellationToken, System.Threading.Tasks.Task>)
2 references to Subscribe
Aspire.Hosting (1)
Eventing\DistributedApplicationEventing.cs (1)
116return Subscribe(resourceFilteredCallback);
Aspire.Hosting.Tests (1)
Dcp\ApplicationExecutorTests.cs (1)
65eventing.Subscribe<BeforeResourceStartedEvent>((@event, ct) =>