ReleaseConnection() public method

public ReleaseConnection ( UnixConnection entry ) : void
entry UnixConnection
return void
 // Returns the connection to the pool
 public void Release()
 {
     _pool.ReleaseConnection(this);
 }