Implemented interface member:
property
Resource
Aspire.Hosting.Eventing.IDistributedApplicationResourceEvent.Resource
4 references to Resource
Aspire.Hosting (2)
Orchestrator\ApplicationOrchestrator.cs (2)
79var waitForDependenciesTask = _notificationService.WaitForDependenciesAsync(@event.Resource, cts.Token); 89@event.Resource.Name,
Aspire.Hosting.Tests (2)
Eventing\DistributedApplicationBuilderEventingTests.cs (2)
185Assert.NotNull(e.Resource); 212Assert.NotNull(e.Resource);