DataCacheTransportProperties.MaxOutputDelay Property

 

Gets or sets the maximum length of time to wait before requests are batched and sent to the client.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public TimeSpan MaxOutputDelay { get; set; }
public:
property TimeSpan MaxOutputDelay {
    TimeSpan get();
    void set(TimeSpan value);
}
member MaxOutputDelay : TimeSpan with get, set
Public Property MaxOutputDelay As TimeSpan

Property Value

Type: System.TimeSpan

Returns TimeSpan.

See Also

DataCacheTransportProperties Class
Microsoft.ApplicationServer.Caching Namespace

Return to top