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
/// a canceled token will cause the code that is waiting for the lock to resume with an <see cref="OperationCanceledException"/>.
415
415
/// </param>
416
416
/// <returns>An awaitable object whose result is the lock releaser.</returns>
417
+
/// <exception cref="InvalidOperationException">Thrown when <see cref="Complete"/> has been called and this is a new top-level lock request.</exception>
/// a canceled token will cause the code that is waiting for the lock to resume with an <see cref="OperationCanceledException"/>.
429
430
/// </param>
430
431
/// <returns>An awaitable object whose result is the lock releaser.</returns>
432
+
/// <exception cref="InvalidOperationException">Thrown when <see cref="Complete"/> has been called and this is a new top-level lock request.</exception>
/// a canceled token will cause the code that is waiting for the lock to resume with an <see cref="OperationCanceledException"/>.
444
446
/// </param>
445
447
/// <returns>An awaitable object whose result is the lock releaser.</returns>
448
+
/// <exception cref="InvalidOperationException">Thrown when <see cref="Complete"/> has been called and this is a new top-level lock request.</exception>
/// a canceled token will cause the code that is waiting for the lock to resume with an <see cref="OperationCanceledException"/>.
458
461
/// </param>
459
462
/// <returns>An awaitable object whose result is the lock releaser.</returns>
463
+
/// <exception cref="InvalidOperationException">Thrown when <see cref="Complete"/> has been called and this is a new top-level lock request.</exception>
/// a canceled token will cause the code that is waiting for the lock to resume with an <see cref="OperationCanceledException"/>.
473
477
/// </param>
474
478
/// <returns>An awaitable object whose result is the lock releaser.</returns>
479
+
/// <exception cref="InvalidOperationException">Thrown when <see cref="Complete"/> has been called and this is a new top-level lock request.</exception>
0 commit comments