SPDistributedCacheClientSettings.ChannelOpenTimeOut property

Gets or sets the length of time that the cache client waits to establish a network connection with the server.

Namespace:  Microsoft.SharePoint.PowerShell
Assembly:  Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)

Syntax

'Declaration
Public Property ChannelOpenTimeOut As Double
    Get
    Set
'Usage
Dim instance As SPDistributedCacheClientSettings
Dim value As Double

value = instance.ChannelOpenTimeOut

instance.ChannelOpenTimeOut = value
public double ChannelOpenTimeOut { get; set; }

Property value

Type: System.Double

See also

Reference

SPDistributedCacheClientSettings class

SPDistributedCacheClientSettings members

Microsoft.SharePoint.PowerShell namespace