DataCacheErrorCode.Timeout Field

 

Communications with the cache cluster has experienced a delay past the timeout value.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public const int Timeout
public:
literal int Timeout
static val mutable Timeout : int
Public Const Timeout As Integer

Field Value

Type: System.Int32

Remarks

This is one of the common errors that could happen on any calls to the AppFabric Caching API. For more information, see .a07c9a38-8bdd-4cea-854a-8569fc2a7fea

See Also

DataCacheErrorCode Class
Microsoft.ApplicationServer.Caching Namespace

Return to top