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.
Specifies the length of time for which the object will remain in the cache.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
public TimeSpan Timeout { get; }
public:
property TimeSpan Timeout {
TimeSpan get();
}
member Timeout : TimeSpan with get
Public ReadOnly Property Timeout As TimeSpan
Property Value
Type: System.TimeSpan
Returns TimeSpan.
See Also
DataCacheItem Class
Microsoft.ApplicationServer.Caching Namespace
Return to top