FoundationDB.Client.Native.TransactionHandle.TransactionHandle C# (CSharp) Метод

TransactionHandle() публичный Метод

public TransactionHandle ( ) : FoundationDB.Client.Utils
Результат FoundationDB.Client.Utils
		public TransactionHandle()
		{
			Interlocked.Increment(ref DebugCounters.TransactionHandlesTotal);
			Interlocked.Increment(ref DebugCounters.TransactionHandles);
		}