SPDistributedCacheClientConfigurationSettings.ChannelOpenTimeOut-Eigenschaft
Ruft die Länge der Wartezeit für der Cacheclient eine Netzwerkverbindung mit dem Server herstellen.
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ChannelOpenTimeOut As TimeSpan
Get
Friend Set
'Usage
Dim instance As SPDistributedCacheClientConfigurationSettings
Dim value As TimeSpan
value = instance.ChannelOpenTimeOut
public TimeSpan ChannelOpenTimeOut { get; internal set; }
Eigenschaftswert
Typ: System.TimeSpan
Siehe auch
Referenz
SPDistributedCacheClientConfigurationSettings Klasse