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); }