FoundationDB.Client.Native.TransactionHandle.Destroy C# (CSharp) 메소드

Destroy() 보호된 메소드

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