Click or drag to resize
FileLock Class
Provides instance methods locking functionality. Uses file in file system for this purpose.
Inheritance Hierarchy
SystemObject
  CMS.Search.InternalFileLock

Namespace: CMS.Search.Internal
Assembly: CMS.Search (in CMS.Search.dll) Version: 10.0.0
Syntax
C#
public class FileLock

The FileLock type exposes the following members.

Constructors
  NameDescription
Public methodFileLock
Creates new instance of FileLock class.
Top
Methods
  NameDescription
Public methodIsLocked
Returns whether current file lock exists.
Public methodObtain
Obtains file lock.
Public methodRelease
Releases file lock.
Top
See Also