DataCacheErrorCode.ConnectionTerminated Field

 

The connection was terminated. This could be caused by server or network problems.

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

Syntax

public const int ConnectionTerminated
public:
literal int ConnectionTerminated
static val mutable ConnectionTerminated : int
Public Const ConnectionTerminated 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