ClusterDestroy() 공개 정적인 메소드

public static ClusterDestroy ( IntPtr handle ) : void
handle System.IntPtr
리턴 void
예제 #1
0
 protected override void Destroy(IntPtr handle)
 {
     FdbNative.ClusterDestroy(handle);
     Interlocked.Decrement(ref DebugCounters.ClusterHandles);
 }