'Declaration
Public Function New( _ ByVal options As IOptions(Of AgentConfiguration), _ ByVal serviceProvider As IServiceProvider, _ ByVal applicationLifetime As IHostApplicationLifetime _ )
public LoupeAgent( IOptions<AgentConfiguration> options, IServiceProvider serviceProvider, IHostApplicationLifetime applicationLifetime )
Parameters
- options
- Loupe.Configuration.AgentConfiguration options.
- serviceProvider
- The DI service provider.
- applicationLifetime
- The application lifetime object.