| FallthroughRetryPolicy Class | 
All of the methods of this retry policy unconditionally return RetryPolicy.RetryDecision#rethrow. If this policy is used, retry will have to be implemented in business code.
Namespace: Cassandra
public class FallthroughRetryPolicy : IRetryPolicy
The FallthroughRetryPolicy type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| OnReadTimeout | 
             Defines whether to retry and at which consistency level on a read timeout.
              | |
| OnUnavailable | 
             Defines whether to retry and at which consistency level on an unavailable
             exception.
              | |
| OnWriteTimeout | 
             Defines whether to retry and at which consistency level on a write timeout.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |