Click or drag to resize
RetryDecisionIgnore Method
Creates an Ignore retry decision.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public static RetryDecision Ignore()

Return Value

Type: RetryDecision
an Ignore retry decision.
See Also