TechTalk Genome v4.2

PessimisticLockArgs.FailureData Property

The data of the lock issued to an object on which the lock request was failed.

public ClientLockData FailureData {get; set;}

Remarks

This property has non-null value only after a lock request is made and failed. The property will hold the data of the lock already issued on the lock by an other caller. This value is usally used for providing the reference data to a lock overtake request.

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