SPDataRetrievalServicesSettings.RequestTimeout property
Obsolete. Use the RequestTimeout property of the Microsoft.SharePoint.Administration.SPDataRetrievalProvider class to specify the time in seconds before the data-retrieval service times out if the data source does not respond. (In Windows SharePoint Services 2.0, the RequestTimeout property returned the number of seconds that transpire before requests that are made to the data source time out, and is maintained for backward compatibility.)
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RequestTimeout As Integer
Get
'Usage
Dim instance As SPDataRetrievalServicesSettings
Dim value As Integer
value = instance.RequestTimeout
public int RequestTimeout { get; }
Property value
Type: System.Int32
A 32-bit integer that indicates the number of seconds.
See also
Reference
SPDataRetrievalServicesSettings class