예제 #1
0
 public Task <Stream> OpenWrite(string path)
 {
     return(Task.Run(() => _synchronousFileOperations.OpenWrite(path)));
 }