Constructor VerifyingLockFactory
VerifyingLockFactory(SByte, LockFactory, String, Int32)
Declaration
public VerifyingLockFactory(sbyte id, LockFactory lf, String host, int port)
Parameters
Type | Name | Description |
---|---|---|
System.SByte | id | should be a unique id across all clients |
LockFactory | lf | the LockFactory that we are testing |
System.String | host | host or IP where LockVerifyServer is running |
System.Int32 | port | the port LockVerifyServer is listening on |