ConnectionStringAvailableEvent
Class net10.0
The
ConnectionStringAvailableEvent is raised when a connection string becomes available for a resource. namespace Aspire.Hosting.ApplicationModel;
public class ConnectionStringAvailableEvent : Aspire.Hosting.Eventing.IDistributedApplicationEvent, Aspire.Hosting.Eventing.IDistributedApplicationResourceEvent{ // ...}Constructors1
Section titled ConstructorsConnectionStringAvailableEvent(IResource, IServiceProvider) The
ConnectionStringAvailableEvent is raised when a connection string becomes available for a resource. Properties2
Section titled PropertiesResourceget Resource associated with this event.
ServicesgetIServiceProvider The
IServiceProvider for the app host.