Constructor With
With(Lock, Int64)
Constructs an executor that will grab the named lock
.
Declaration
public With(Lock lock, long lockWaitTimeout)
Parameters
Type | Name | Description |
---|---|---|
Lock | lock | the Lock instance to use |
System.Int64 | lockWaitTimeout | length of time to wait in milliseconds or LOCK_OBTAIN_WAIT_FOREVER to retry forever |