IDistributedApplicationResourceEvent
Interfacenet10.0
Represents an event that is published during the lifecycle of the AppHost for a specific resource.
namespace Aspire.Hosting.Eventing;
public interface IDistributedApplicationResourceEvent : Aspire.Hosting.Eventing.IDistributedApplicationEvent{ // ...}Properties3
Section titled PropertiesILogger An instance of
Logging.ILogger that can be used to log messages for the resource.