SPDistributedCacheClientConfigurationSettings.ChannelInitializationTimeout property
Gets or sets the length of time to wait for a WCF channel initialization before timing out.
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ChannelInitializationTimeout As TimeSpan
Get
Friend Set
'Usage
Dim instance As SPDistributedCacheClientConfigurationSettings
Dim value As TimeSpan
value = instance.ChannelInitializationTimeout
public TimeSpan ChannelInitializationTimeout { get; internal set; }
Property value
Type: System.TimeSpan
See also
Reference
SPDistributedCacheClientConfigurationSettings class