Property LockDir
LockDir
Gets the lock directory.
Subclasses can use this to set the lock directory. This method can be only called once to initialize the lock directory. It is used by FSDirectory to set the lock directory to itsself. Subclasses can also use this method to set the directory in the constructor.
Declaration
public virtual DirectoryInfo LockDir { get; protected set; }
Property Value
Type | Description |
---|---|
DirectoryInfo |