Property MaxConnectionLifetime
MaxConnectionLifetime
The maximum connection lifetime on pooled connections. A connection that has been created for longer than the given time will be closed once it is seen. Use InfiniteInterval to disable connection lifetime checking.
public TimeSpan MaxConnectionLifetime { get; }