Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Verifies that the specified number of retries remains within the limits set by the MinAllowedRetries and MaxAllowedRetries properties.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function ValidateRetries ( _
RetryCount As Integer _
) As Boolean
'Usage
Dim RetryCount As Integer
Dim returnValue As Boolean
returnValue = SPDocumentConverter.ValidateRetries(RetryCount)
public static bool ValidateRetries(
int RetryCount
)
Parameters
RetryCount
Type: System.Int32A 32-bit integer that specifies the number of retries.
Return Value
Type: System.Boolean
true if the number of retries remains within the limits set by the MinAllowedRetries and MaxAllowedRetries properties; otherwise, false.