DataCacheItem.ExtensionTimeout Property

 

The amount of time to extend the object lifetime on each access.

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

Syntax

public TimeSpan ExtensionTimeout { get; }
public:
property TimeSpan ExtensionTimeout {
    TimeSpan get();
}
member ExtensionTimeout : TimeSpan with get
Public ReadOnly Property ExtensionTimeout As TimeSpan

Property Value

Type: System.TimeSpan

Returns TimeSpan.

See Also

DataCacheItem Class
Microsoft.ApplicationServer.Caching Namespace

Return to top