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)
127
applicationEventing.
Subscribe
<InitializeResourceEvent>(resource.Resource, (@event, ct) =>
364
applicationEventing.
Subscribe
<ConnectionStringAvailableEvent>(parentResource.Resource, (_, _) =>
369
applicationEventing.
Subscribe
<ConnectionStringAvailableEvent>(childResource.Resource, (_, _) =>
374
applicationEventing.
Subscribe
<ConnectionStringAvailableEvent>(grandChildResource.Resource, (_, _) =>