Share via


CommerceCache.RefreshInterval Property (BCL)

The RefreshInterval property gets or sets the refresh interval for the cache. This is the approximate amount of time in seconds that the CacheMangager object will sleep before automatically refreshing the cache.

Definition

[Visual Basic .NET]

Public Property RefreshInterval As System.Int32

[C#]

public System.Int32 RefreshInterval{get; set;} 

Property Value

An Int32 containing the refresh interval in seconds.

Remarks

A value of zero means that the cache should never be automatically refreshed.

Throws a CommerceCacheException on failure.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.