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