Share via


DataCacheErrorCode.CacheServerUnavailable Field

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

One or more specified cache servers are unavailable; integer value equals 19.

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

Syntax

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

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

Remarks

One or more specified cache servers are unavailable, which could be caused by busy networks or servers. Retry the cache operation later.

Simple clients can only access the cache through the cache host(s) specified in the application configuration settings. For more information about the differences between simple and routing clients, see Cache Clients and Local Cache (Velocity).

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.Data.Caching Namespace