CqlSharp.Network.BalancedConnectionStrategy.ReturnConnection C# (CSharp) Method

ReturnConnection() public method

Invoked when a connection is no longer in use by the application
public ReturnConnection ( Connection connection, ConnectionScope scope ) : void
connection Connection The connection no longer used.
scope ConnectionScope
return void
        public void ReturnConnection(Connection connection, ConnectionScope scope)
        {
            //connections are shared, nothing to do here
        }