Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default timeout for items in the local cache.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
Syntax
public TimeSpan DefaultTimeout { get; }
public:
property TimeSpan DefaultTimeout {
TimeSpan get();
}
member DefaultTimeout : TimeSpan with get
Public ReadOnly Property DefaultTimeout As TimeSpan
Property Value
Type: System.TimeSpan
Returns TimeSpan.
See Also
DataCacheLocalCacheProperties Class
Microsoft.ApplicationServer.Caching Namespace
Return to top