ClusterDestroy() public static méthode

public static ClusterDestroy ( IntPtr handle ) : void
handle System.IntPtr
Résultat void
Exemple #1
0
 protected override void Destroy(IntPtr handle)
 {
     FdbNative.ClusterDestroy(handle);
     Interlocked.Decrement(ref DebugCounters.ClusterHandles);
 }