Click or drag to resize

RetryDecision.Retry Method (Nullable<ConsistencyLevel>)

Creates a decision to retry using the provided consistency level on the same host.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public static RetryDecision Retry(
	Nullable<ConsistencyLevel> consistency
)

Parameters

consistency
Type: System.Nullable<ConsistencyLevel>
the consistency level to use for the retry.

Return Value

Type: RetryDecision
a Retry with consistency level consistency retry decision.
See Also