Loading

摘要: 1 using System; 2 using System.Collections; 3 using System.Collections.Concurrent; 4 using System.Collections.Generic; 5 using System.IO; 6 using Syst 阅读全文
posted @ 2021-07-20 20:24 云辰 阅读(25) 评论(0) 推荐(0)
摘要: 1.声明CancellationTokenSource 对象 /// <summary>线程控制器管理</summary> private CancellationTokenSource cancellationManage; 2.实例化 CancellationTokenSource 对象,此对象 阅读全文
posted @ 2021-07-20 12:23 云辰 阅读(306) 评论(0) 推荐(0)