Share via


CommerceCache.RetryInterval Property (BCL)

The RetryInterval property gets or sets the retry interval for the cache. This is the approximate amount of time in seconds that the CacheMangager object will sleep after a previous failure before retrying the cache refresh.

Definition

[Visual Basic .NET]

Public Property RetryInterval As System.Int32

[C#]

public System.Int32 RetryInterval{get; set;} 

Property Value

An Int32 containing the retry interval in seconds.

Remarks

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.