Class VerifyingLockFactory
A Lock
Namespace: Lucene.Net.Store
Assembly: Lucene.Net.dll
Syntax
public class VerifyingLockFactory : LockFactory
Constructors
| Improve this Doc View SourceVerifyingLockFactory(LockFactory, Stream)
Creates a new Verifying
Declaration
public VerifyingLockFactory(LockFactory lf, Stream stream)
Parameters
Type | Name | Description |
---|---|---|
Lock |
lf | the Lock |
Stream | stream | the socket's stream input/output to Lock |
Methods
| Improve this Doc View SourceClearLock(String)
Declaration
public override void ClearLock(string lockName)
Parameters
Type | Name | Description |
---|---|---|
System. |
lockName |
Overrides
| Improve this Doc View SourceMakeLock(String)
Declaration
public override Lock MakeLock(string lockName)
Parameters
Type | Name | Description |
---|---|---|
System. |
lockName |
Returns
Type | Description |
---|---|
Lock |