AcTools.LapTimes.LevelDbUtils.LevelDbInterop.leveldb_writebatch_destroy C# (CSharp) Méthode

leveldb_writebatch_destroy() private méthode

private leveldb_writebatch_destroy ( IntPtr batch ) : void
batch System.IntPtr
Résultat void
        public static extern void leveldb_writebatch_destroy(IntPtr /* WriteBatch */ batch);

Usage Example

Exemple #1
0
 protected override void FreeUnManagedObjects()
 {
     LevelDbInterop.leveldb_writebatch_destroy(Handle);
 }