想在一个函数内部做完,而不是函数外面再回调:threadTimer = new System.Threading.Timer(new System.Threading.TimerCallback(callBackFunction), null, -1, -1);能否不用callBackFunction?而是别的方法