You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -328,7 +332,7 @@ public interface IDistributedLockFactory
328
332
/// Attempt to acquire a distributed lock
329
333
/// </summary>
330
334
/// <param name="key">Lock key</param>
331
-
/// <param name="lockTime">Duration to acquire the lock before it auto-expires</param>
335
+
/// <param name="lockTime">Duration to hold the lock before it auto-expires. Set this to the maximum possible duration you think your code might hold the lock.</param>
332
336
/// <param name="timeout">Time out to acquire the lock or default to only make one attempt to acquire the lock</param>
333
337
/// <returns>The lock or null if the lock could not be acquired</returns>
0 commit comments