2016年9月7日

支持取消操作和暂停操作的Backgroundworker

摘要: 这也是今天讨论的话题。取消是默认就支持的,而暂停则默认不支持。但通过ManualResetEvent可以对其进行干预。 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; u... 阅读全文

posted @ 2016-09-07 22:30 HOT SUMMER 阅读(1232) 评论(0) 推荐(2)

导航