Share via


DataCacheErrorCode.RetryLater Field

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Temporary failure, retry the operation later; integer value equals 22.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
Public Const RetryLater As Integer
'Usage
Dim value As Integer

value = DataCacheErrorCode.RetryLater
public const int RetryLater
public:
literal int RetryLater
public static final int RetryLater
public const var RetryLater : int

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.Data.Caching Namespace