TechTalk Genome v4.2

PessimisticLockArgs.Timeout Property

Gets the time in milliseconds to wait when trying to aquire a pessimistic lock for an object.

public int Timeout {get;}

Property Value

The time in milliseconds to wait when trying to aquire a pessimistic lock for an object.

Remarks

Specifies the time in milliseconds to wait when trying to aquire a pessimistic lock for an objects using Context.Lock or Context.TryLock with PessimisticLockingSemantics. The behavior when the timeout expires depends on wether Context.Lock or Context.TryLock is used.

Requirements

Namespace: TechTalk.Genome.Locking

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

PessimisticLockArgs Class | TechTalk.Genome.Locking Namespace