DatabaseDestroy() public static method

public static DatabaseDestroy ( IntPtr handle ) : void
handle System.IntPtr
return void
Example #1
0
 protected override void Destroy(IntPtr handle)
 {
     FdbNative.DatabaseDestroy(handle);
     Interlocked.Decrement(ref DebugCounters.DatabaseHandles);
 }