Share via


DataCacheErrorCode.Timeout Field

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

Communications with the cache cluster have experienced a delay past the timeout value; integer value equals 23.

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

Syntax

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

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

Remarks

The default timeout values on the cache client the cache host are 15 seconds. For more information about specifying timeout values, see Application Configuration Settings (Velocity) and Cache Host Configuration Settings (Velocity).

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.Data.Caching Namespace