SPDistributedCacheClientConfigurationSettings.RequestTimeout property
Gets or sets the length of time that the cache client waits for a response from the server for each request.
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RequestTimeout As TimeSpan
Get
Friend Set
'Usage
Dim instance As SPDistributedCacheClientConfigurationSettings
Dim value As TimeSpan
value = instance.RequestTimeout
public TimeSpan RequestTimeout { get; internal set; }
Property value
Type: System.TimeSpan
See also
Reference
SPDistributedCacheClientConfigurationSettings class