DataCacheErrorSubStatus.NoWriteQuorum Field

 

Unable to satisfy the specified write quorum of cache hosts.

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

Syntax

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

Field Value

Type: System.Int32

Remarks

When the Secondaries option is enabled on a cache, there must be a quorum of cache hosts to support the high availability feature.

See Also

DataCacheErrorSubStatus Class
Microsoft.ApplicationServer.Caching Namespace

Return to top