PoolingOptionsSetHeartBeatInterval Method  | 
 
            Sets the amount of idle time in milliseconds that has to pass
            before the driver issues a request on an active connection to avoid
            idle time disconnections.
            
Remarks
            When set to 0 the heartbeat functionality at connection
            level is disabled.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic PoolingOptions SetHeartBeatInterval(
	int value
)
Parameters
- value
 - Type: SystemInt32
 
Return Value
Type: 
PoolingOptions
See Also