AcTools.LapTimes.LevelDbUtils.LevelDbInterop.leveldb_writebatch_destroy C# (CSharp) Method

leveldb_writebatch_destroy() private method

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

Usage Example

Esempio n. 1
0
 protected override void FreeUnManagedObjects()
 {
     LevelDbInterop.leveldb_writebatch_destroy(Handle);
 }