Example #1
0
 public MountTable(FileSystemClient fsClient)
 {
     _fileSystemList = new LinkedList <FileSystemAccessor>();
     _mutex          = new SdkMutexType();
     _mutex.Initialize();
 }