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 to wait for a request before aborting the channel.
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ReceiveTimeout As TimeSpan
Get
Friend Set
'Usage
Dim instance As SPDistributedCacheClientConfigurationSettings
Dim value As TimeSpan
value = instance.ReceiveTimeout
public TimeSpan ReceiveTimeout { get; internal set; }
Property value
Type: System.TimeSpan
See also
Reference
SPDistributedCacheClientConfigurationSettings class