Beispiel #1
0
        public Status Delete(ref Key key, Context userContext, long serialNo)
        {
            if (supportAsync)
            {
                UnsafeResumeThread();
            }
            var status = fht.ContextDelete(ref key, userContext, serialNo, ctx);

            if (supportAsync)
            {
                UnsafeSuspendThread();
            }
            return(status);
        }