| PoolingOptionsGetHeartBeatInterval Method  | 
            Gets 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
            A value of 0 or null means that the heartbeat
            functionality at connection level is disabled.
            
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic Nullable<int> GetHeartBeatInterval()
Return Value
Type: 
NullableInt32
See Also