DataCacheErrorCode.RetryLater Field

 

Temporary failure, retry the operation later.

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

Syntax

public const int RetryLater
public:
literal int RetryLater
static val mutable RetryLater : int
Public Const RetryLater 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 caching API. For more information, see .a07c9a38-8bdd-4cea-854a-8569fc2a7fea

See Also

DataCacheErrorCode Class
Microsoft.ApplicationServer.Caching Namespace

Return to top