public void CloseDaemon() { // 延迟100毫秒再退出从而避免当前的CloseDaemon请求尚未收到响应 100.MillisecondsDelay().ContinueWith(t => { VirtualRoot.Exit(); }); }