摘要: protected static object MObjLock = new object();//同步锁 public string GetData(int mId) { Monitor.Enter(MObjLock);//lock string data = string.Empty; ... 阅读全文
posted @ 2016-09-23 10:59 chenjingchun 阅读(692) 评论(0) 推荐(0) 编辑