文件名称:WorkerThread
- 所属分类:
- GDI/图象编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-09-11
- 文件大小:
- 9kb
- 下载次数:
- 0次
- 提 供 者:
- epu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
WorkerThread线程实例,C#建立WorkerThread 工作者线程 的例子,代码中已定义工作者线程中调用的公用委托,建立事件标识,用于停止线程,建立委托实例,用于调用接口函数,自定义了一个工作者线程处理函数,若停止线程若其正在运行,模拟长时间的操作,运行于工作者线程中,异步调用要使用BeginInvoke方法,线程完成,通知主线程。-`WorkerThread thread instance, C# build WorkerThread worker threads example, the code has been commissioned to define the common worker thread calls, create an event logo, used to stop the thread, the establishment of a delegate instance, used to call the interface functions, customized a worker thread handler, if stop the thread if it is running, simulate a long operation, running in worker threads, asynchronous call to use BeginInvoke method, the thread is completed, notify the main thread.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
WorkerThread\WorkerThread\App.ico
............\............\AssemblyInfo.cs
............\............\Form1.cs
............\............\Form1.resx
............\............\WorkerThread.csproj
............\............\WorkerThread.csproj.user
............\WorkerThread.sln
............\WorkerThread.suo
............\WorkerThread
WorkerThread