Factory Constructor (IServiceLocator, IServiceLocator, Section) | Glimpse API Documentation |
Initializes a new instance of the Factory class.
Namespace: Glimpse.Core.FrameworkAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public Factory( IServiceLocator providerServiceLocator, IServiceLocator userServiceLocator, Section configuration )
public Factory( IServiceLocator providerServiceLocator, IServiceLocator userServiceLocator, Section configuration )
Parameters
- providerServiceLocator
- Type: Glimpse.Core.Framework IServiceLocator
The framework provider's service locator.
- userServiceLocator
- Type: Glimpse.Core.Framework IServiceLocator
The user's service locator.
- configuration
- Type: Glimpse.Core.Configuration Section
The Glimpse configuration to use.
See Also