问题描述
- C#中Task中使用lock(this)锁定文件无效?是不是要file.close()?
-
C#中Task中使用lock(this)锁定文件无效?是不是要file.close()?
解决方案
具体代码怎么写的,file是什么类型?还有lock(this)是不正确的写法
http://blog.csdn.net/alisa525/article/details/7243029
解决方案二:
C#使用Create创建文件后,报The Process cannot access the file because it is being used by another process的异常
C#使用Create创建文件后,报The Process cannot access the file because it is being used by another process的异常
How to programatically upload a file in C# using HttpWebRequest 使用httpWebRequest上传文件,验证过。
解决方案三:
你是为了同步枷锁么?锁定无效,说明你的对象使用不统一
时间: 2024-12-28 17:37:10