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

Destroy() protected method

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