Implemented interface member:
method
Subscribe<T>
Aspire.Hosting.Eventing.IDistributedApplicationEventing.Subscribe<T>(Aspire.Hosting.ApplicationModel.IResource, System.Func<T, System.Threading.CancellationToken, System.Threading.Tasks.Task>)
4 references to Subscribe
Aspire.Hosting.Tests (4)
Orchestrator\ApplicationOrchestratorTests.cs (4)
127applicationEventing.Subscribe<InitializeResourceEvent>(resource.Resource, (@event, ct) => 364applicationEventing.Subscribe<ConnectionStringAvailableEvent>(parentResource.Resource, (_, _) => 369applicationEventing.Subscribe<ConnectionStringAvailableEvent>(childResource.Resource, (_, _) => 374applicationEventing.Subscribe<ConnectionStringAvailableEvent>(grandChildResource.Resource, (_, _) =>