摘要: /// <summary> /// 手动重启 /// </summary> private ManualResetEvent manualReset = new ManualResetEvent(false); if (suspend) { manualReset.WaitOne();//暂停发送 阅读全文
posted @ 2020-01-05 18:11 江宁织造 阅读(429) 评论(0) 推荐(0)