TechTalk Genome v4.2

PessimisticLockArgs.ReferenceLockData Property

The reference data against which the new lock request is checked when trying to overtake a lock.

public ClientLockData ReferenceLockData {get;}

Remarks

This data is available only when we try to overtake a lock. This data should be acquired by a previous failed call to Context.TryLock, using the FailureData property of the given PessimisticLockArgs parameter.

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