Microsoft.R.Host.Broker.Lifetime.LifetimeManager.LifetimeManager C# (CSharp) Method

LifetimeManager() public method

public LifetimeManager ( IOptions options, ILogger logger ) : System
options IOptions
logger ILogger
return System
        public LifetimeManager(IOptions<LifetimeOptions> options, ILogger<LifetimeManager> logger) {
            _options = options.Value;
            _logger = logger;
        }