ClusterDestroy() public static method

public static ClusterDestroy ( IntPtr handle ) : void
handle System.IntPtr
return void
Exemplo n.º 1
0
 protected override void Destroy(IntPtr handle)
 {
     FdbNative.ClusterDestroy(handle);
     Interlocked.Decrement(ref DebugCounters.ClusterHandles);
 }