コード例 #1
0
        protected override bool ReleaseHandle()
        {
            int num = ClusapiMethods.ClusterCloseEnum(this.handle);

            return(num == 0);
        }