Skip to content

Commit

Permalink
Updating xmldoc - remarks on MessageHandlerOptions.MaxAutoRenewDurati…
Browse files Browse the repository at this point in the history
…on (#6951)

Mentioning that there could be false-negative lockLost exceptions that could be raised.
Related to #6723
  • Loading branch information
nemakam authored Jul 17, 2019
1 parent 765ff59 commit b19a86c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public int MaxConcurrentCalls
/// <summary>Gets or sets the maximum duration within which the lock will be renewed automatically. This
/// value should be greater than the longest message lock duration; for example, the LockDuration Property. </summary>
/// <value>The maximum duration during which locks are automatically renewed.</value>
/// <remarks>The message renew can continue for sometime in the background
/// after completion of message and result in a few false MessageLockLostExceptions temporarily.</remarks>
public TimeSpan MaxAutoRenewDuration
{
get => this.maxAutoRenewDuration;
Expand Down

0 comments on commit b19a86c

Please sign in to comment.