DataCacheItem.Timeout Property

 

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