public BmobRemote Delete(String tablename, String objectId) { BmobWrapper.Delete(tablename, objectId, NonCallback); return(this); }