| RetryDecision Methods | 
The RetryDecision type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Ignore | 
             Creates an Ignore retry decision.
             | 
|   | Rethrow | 
             Creates a Rethrow retry decision.
             | 
|   | Retry(NullableConsistencyLevel) | 
             Creates a decision to retry using the provided consistency level on the same host.
             | 
|   | Retry(NullableConsistencyLevel, Boolean) | 
             Creates a decision to retry using the provided consistency level.
             | 
 See Also
See Also