Click or drag to resize

SPHeaderRetryWaitSeconds Property

Gets or sets the back off interval in seconds (Request Management can block requests coming in too fast).

Namespace:  Koden.Utils.SharePoint
Assembly:  Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntax
public int RetryWaitSeconds { get; set; }

Property Value

Type: Int32
The back off interval seconds.
See Also