DataCacheFactoryConfiguration.RequestTimeout Property

 

Gets or sets the length of time that the cache client waits for a response from the server for each request.

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

Syntax

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

Property Value

Type: System.TimeSpan

A TimeSpanobject.

See Also

DataCacheFactoryConfiguration Class
Microsoft.ApplicationServer.Caching Namespace

Return to top