遗忘海岸

江湖程序员 -Feiph(LM战士)

导航

09 2014 档案

mutex 实现 只允许一个进程
摘要:static class Program { [STAThread] static void Main() { bool createdNew=false; Mutex mutex = new Mutex... 阅读全文

posted @ 2014-09-27 16:07 遗忘海岸 阅读(824) 评论(0) 推荐(0)

关于InvokeMethod Activity的异步调用
摘要:讨论地址:http://www.cnblogs.com/foundation/archive/2009/12/17/1626617.html结论是IsCompleted的设置被忽略,看代码里注释using System;using System.Collections.Generic;using S... 阅读全文

posted @ 2014-09-04 09:51 遗忘海岸 阅读(417) 评论(0) 推荐(0)