Creates new instance of FileLock class.
Namespace: CMS.Search.InternalAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public FileLock(
string dirPath,
string lockName
)
Parameters
- dirPath
- Type: SystemString
Path to directory. - lockName
- Type: SystemString
Lock file name.
See Also