DefaultServiceProviderFactory Constructors
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.
Overloads
DefaultServiceProviderFactory() |
Initializes a new instance of the DefaultServiceProviderFactory class with default options. |
DefaultServiceProviderFactory(ServiceProviderOptions) |
Initializes a new instance of the DefaultServiceProviderFactory class
with the specified |
DefaultServiceProviderFactory()
Initializes a new instance of the DefaultServiceProviderFactory class with default options.
public:
DefaultServiceProviderFactory();
public DefaultServiceProviderFactory ();
Public Sub New ()
Applies to
DefaultServiceProviderFactory(ServiceProviderOptions)
Initializes a new instance of the DefaultServiceProviderFactory class
with the specified options
.
public:
DefaultServiceProviderFactory(Microsoft::Extensions::DependencyInjection::ServiceProviderOptions ^ options);
public DefaultServiceProviderFactory (Microsoft.Extensions.DependencyInjection.ServiceProviderOptions options);
new Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory : Microsoft.Extensions.DependencyInjection.ServiceProviderOptions -> Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory
Public Sub New (options As ServiceProviderOptions)
Parameters
- options
- ServiceProviderOptions
The options to use for this instance.