TechTalk Genome v4.2

PessimisticLockArgs Properties

The properties of the PessimisticLockArgs class are listed below. For a complete list of PessimisticLockArgs class members, see the PessimisticLockArgs Members topic.

Public Instance Properties

ExplicitLock (inherited from LockArgs) Indicating whether to override the configured locking behaviour and lock the object in the Context on which the lock operation was called, or use the configured locking mechanism, delegating the lock. The default value is false.
FailureData The data of the lock issued to an object on which the lock request was failed.
Overtake Gets if during locking do we try to take a lock over.
ReferenceLockData The reference data against which the new lock request is checked when trying to overtake a lock.
Timeout Gets the time in milliseconds to wait when trying to aquire a pessimistic lock for an object.

See Also

PessimisticLockArgs Class | TechTalk.Genome.Locking Namespace | Context.Lock | Context.TryLock