Apache Lucene.Net 2.4.0 Class Library API

VerifyingLockFactory Constructor 

public VerifyingLockFactory(
   byte id,
   LockFactory lf,
   string host,
   int port
);

Parameters

id
should be a unique id across all clients
lf
the LockFactory that we are testing
host
host or IP where {@link LockVerifyServer} is running
port
the port {@link LockVerifyServer} is listening on

See Also

VerifyingLockFactory Class | Lucene.Net.Store Namespace