Constructor MMapDirectory
MMapDirectory(IO.DirectoryInfo, LockFactory)
Create a new MMapDirectory for the named location.
Declaration
public MMapDirectory(IO.DirectoryInfo path, LockFactory lockFactory)
Parameters
Type | Name | Description |
---|---|---|
System.IO.DirectoryInfo | path | the path of the directory |
LockFactory | lockFactory | the lock factory to use, or null for the default. |
MMapDirectory(IO.DirectoryInfo)
Create a new MMapDirectory for the named location and the default lock factory.
Declaration
public MMapDirectory(IO.DirectoryInfo path)
Parameters
Type | Name | Description |
---|---|---|
System.IO.DirectoryInfo | path | the path of the directory |