RetryDecisionRetry Method (NullableConsistencyLevel) | 
 
             Creates a decision to retry using the provided consistency level on the same host.
            
 
    Namespace: 
   Dse
    Assembly:
   Dse (in Dse.dll) Version: 2.9.0
Syntaxpublic static RetryDecision Retry(
	Nullable<ConsistencyLevel> consistency
)
Parameters
- consistency
 - Type: SystemNullableConsistencyLevel
 the consistency level to use for the retry. 
Return Value
Type: 
RetryDecisiona Retry with consistency level 
consistency retry decision.
See Also