Click or drag to resize
FileLock Constructor
Creates new instance of FileLock class.

Namespace: CMS.Search.Internal
Assembly: CMS.Search (in CMS.Search.dll) Version: 10.0.0
Syntax
C#
public FileLock(
	string dirPath,
	string lockName
)

Parameters

dirPath
Type: SystemString
Path to directory.
lockName
Type: SystemString
Lock file name.
See Also