 | 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
Syntaxpublic int RetryWaitSeconds { get; set; }
Public Property RetryWaitSeconds As Integer
Get
Set
public:
property int RetryWaitSeconds {
int get ();
void set (int value);
}
member RetryWaitSeconds : int with get, set
Property Value
Type:
Int32The back off interval seconds.
See Also