SPDistributedCacheClientConfigurationSettings.MaxOutputDelay property
Gets or sets the maximum length of time to wait before requests are batched and sent to the client.
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaxOutputDelay As TimeSpan
Get
Friend Set
'Usage
Dim instance As SPDistributedCacheClientConfigurationSettings
Dim value As TimeSpan
value = instance.MaxOutputDelay
public TimeSpan MaxOutputDelay { get; internal set; }
Property value
Type: System.TimeSpan
See also
Reference
SPDistributedCacheClientConfigurationSettings class