Click or drag to resize
FileLock Constructor (String, FileLockFileLockDeleteMode)
Creates a new FileLock object.

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public FileLock(
	string filePath,
	FileLockFileLockDeleteMode deleteMode
)

Parameters

filePath
Type: SystemString
The absolute path to the file which will be locked to this process.
deleteMode
Type: com.softwarekey.Client.UtilsFileLockFileLockDeleteMode
How and if file deletion is necessary after unlocking the file (FileLockDeleteMode.Never is the default).
See Also