Class MockLockFactoryWrapper
Inheritance
System.Object
MockLockFactoryWrapper
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class MockLockFactoryWrapper : LockFactory
Constructors
|
Improve this Doc
View Source
MockLockFactoryWrapper(MockDirectoryWrapper, LockFactory)
Declaration
public MockLockFactoryWrapper(MockDirectoryWrapper dir, LockFactory delegate)
Parameters
Properties
|
Improve this Doc
View Source
LockPrefix
Declaration
public override string LockPrefix { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ClearLock(String)
Declaration
public override void ClearLock(string lockName)
Parameters
Type |
Name |
Description |
System.String |
lockName |
|
|
Improve this Doc
View Source
MakeLock(String)
Declaration
public override Lock MakeLock(string lockName)
Parameters
Type |
Name |
Description |
System.String |
lockName |
|
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|