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>)
5 references to Subscribe
Aspire.Hosting.Tests (5)
Orchestrator\ApplicationOrchestratorTests.cs (5)
387
applicationEventing.
Subscribe
<ConnectionStringAvailableEvent>(parentResource.Resource, (_, _) =>
392
applicationEventing.
Subscribe
<ConnectionStringAvailableEvent>(childResource.Resource, (_, _) =>
397
applicationEventing.
Subscribe
<ConnectionStringAvailableEvent>(grandChildResource.Resource, (_, _) =>
426
applicationEventing.
Subscribe
<ConnectionStringAvailableEvent>(resource.Resource, (_, _) =>
431
applicationEventing.
Subscribe
<BeforeResourceStartedEvent>(resource.Resource, (_, _) =>