BuilderWithReconnectionPolicy Method  | 
 
             Configure the reconnection policy to use for the new cluster. 
 If no
             reconnection policy is set through this method,
             Policies.DefaultReconnectionPolicy will be used instead.
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic Builder WithReconnectionPolicy(
	IReconnectionPolicy policy
)
Parameters
- policy
 - Type: CassandraIReconnectionPolicy
 the reconnection policy to use  
Return Value
Type: 
Builderthis Builder
See Also