Click or drag to resize
Quorum Constructor (Int32)
Initializes a new instance of the Quorum class.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public Quorum(
	int quorum
)

Parameters

quorum
Type: SystemInt32
An integer, representing the number of nodes to use for the quorum.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The quorum value must be either a positive integer, 0, or between [-5,-2] for special cases.
See Also