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)

public:
property TimeSpan MaxOutputDelay {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

Returns TimeSpan.

Return to top
Show: