Initializes a new PessimisticLockArgs instance with the specified timeout value, and will create an overtake request, with the given reference data.
Initializes a new PessimisticLockArgs instance with the specified timeout value.
public PessimisticLockArgs(int);
Initializes a new PessimisticLockArgs instance with the specified timeout value.
public PessimisticLockArgs(int,bool);
Initializes a new PessimisticLockArgs instance with the specified timeout value, and will create an overtake request, with the given reference data.
public PessimisticLockArgs(int,ClientLockData);
Initializes a new PessimisticLockArgs instance with the specified timeout value, and will create an overtake request, with the given reference data.
public PessimisticLockArgs(int,ClientLockData,bool);
PessimisticLockArgs Class | TechTalk.Genome.Locking Namespace | Timeout