| 
|   | RetryConfiguration (int retryCount, TimeSpan maxBackoff) | 
|   | Creates a new RetryConfiguration object.  
  | 
|   | 
 | 
| AsyncPolicy< HttpResponseMessage >  | RetryPolicy [get, set] | 
|   | Async retry policy.  
  | 
|   | 
Definition at line 6 of file RetryConfiguration.cs.
 
◆ RetryConfiguration()
      
        
          | Fauna.RetryConfiguration.RetryConfiguration  | 
          ( | 
          int  | 
          retryCount,  | 
        
        
           | 
           | 
          TimeSpan  | 
          maxBackoff  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Creates a new RetryConfiguration object. 
- Parameters
 - 
  
    | retryCount | Maximum times to retry a request. | 
    | maxBackoff | The maximum backoff to apply | 
  
   
Definition at line 20 of file RetryConfiguration.cs.
 
 
◆ RetryPolicy
  
  
      
        
          | AsyncPolicy<HttpResponseMessage> Fauna.RetryConfiguration.RetryPolicy | 
         
       
   | 
  
getset   | 
  
 
 
The documentation for this class was generated from the following file: