ConnectionStringAvailableEvent(IResource, IServiceProvider) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ConnectionStringAvailableEvent is raised when a connection string becomes available for a resource.
public ConnectionStringAvailableEvent (Aspire.Hosting.ApplicationModel.IResource resource, IServiceProvider services);
new Aspire.Hosting.ApplicationModel.ConnectionStringAvailableEvent : Aspire.Hosting.ApplicationModel.IResource * IServiceProvider -> Aspire.Hosting.ApplicationModel.ConnectionStringAvailableEvent
Public Sub New (resource As IResource, services As IServiceProvider)
Parameters
- services
- IServiceProvider
The IServiceProvider for the app host.