Return a new Lock instance identified by lockName.

Namespace: Lucene.Net.Store
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public abstract Lock MakeLock(
	string lockName
)
Visual Basic
Public MustOverride Function MakeLock ( _
	lockName As String _
) As Lock
Visual C++
public:
virtual Lock^ MakeLock(
	String^ lockName
) abstract

Parameters

lockName
Type: System..::..String
name of the lock to be created.

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Store.LockFactory.MakeLock(System.String)"]

See Also