摘要: using System;using System.Threading;using System.Runtime.Remoting.Contexts;namespace ConsoleApplication4{ [Synchronization] public class MyCounter : ContextBoundObject { private int _expectedCounterVal; private int _currentCounterVal; private ManualResetEvent _event = new ManualResetEvent(false); pu 阅读全文
posted @ 2011-03-14 11:08 再快一点 阅读(680) 评论(0) 推荐(0) 编辑