DistributedLock icon indicating copy to clipboard operation
DistributedLock copied to clipboard

Core Next Minor - one of DedicatedConnectionOrTransactionDbDistributedLock's constructors can be internal

Open madelson opened this issue 4 years ago • 0 comments

        public DedicatedConnectionOrTransactionDbDistributedLock(
            string name, 
            Func<DatabaseConnection> connectionFactory, 
            bool useTransaction,
            TimeoutValue keepaliveCadence)

This constructor is only referenced from Core itself, so no need to make it visible to the implementation layer.

madelson avatar Aug 01 '21 11:08 madelson