FoundationDB.Client.Native.DatabaseHandle.Destroy C# (CSharp) Method

Destroy() protected method

protected Destroy ( IntPtr handle ) : void
handle System.IntPtr
return void
		protected override void Destroy(IntPtr handle)
		{
			FdbNative.DatabaseDestroy(handle);
			Interlocked.Decrement(ref DebugCounters.DatabaseHandles);
		}