Ejemplo n.º 1
0
        /// <summary>
        /// Closes this instance.
        /// </summary>
        public void Close()
        {
            if (_connection == null)
            {
                return;
            }

            _factory.Close(_connection);
            _connection = null;
        }