Initializes a new PessimisticLockArgs instance with the specified timeout value, and will create an overtake request, with the given reference data.
The lock request made with a PessimisticLockArgs created by this constructor will try to overtake the lock on the object specified. The overtake action will only succeed if the given object is still locked with the version we have in our refernce data, or all the locks issued on the object were freed.
Namespace: TechTalk.Genome.Locking
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
PessimisticLockArgs Class | TechTalk.Genome.Locking Namespace | PessimisticLockArgs Constructor Overload List | Timeout