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.
Gets or sets the length of time that the cache client waits for a response from the server for each request.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Property RequestTimeout As Double
Get
Set
'Usage
Dim instance As SPDistributedCacheClientSettings
Dim value As Double
value = instance.RequestTimeout
instance.RequestTimeout = value
public double RequestTimeout { get; set; }
Property value
Type: System.Double
See also
Reference
SPDistributedCacheClientSettings class