csShared.Geo.Esri.MBTileCache.Close C# (CSharp) Method

Close() private method

private Close ( ) : void
return void
        internal void Close()
        {
            if (connection != null) connection.Close();
        }
    }