TechTalk Genome v4.2

ClientLockData Class

Holds the client-side representation of the data of a pessimistic lock issued on an object.

For a list of all members of this type, see ClientLockData Members.

System.Object
   ClientLockData

public class ClientLockData

Remarks

When pessimistic locking semantics is used, the lock method may fail if a lock on the object is already issued. This class holds the representation of the data of this lock. This data can only be achieved if a lock is requested from the lock server and the request fails.

Requirements

Namespace: TechTalk.Genome.Locking

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

Database Platforms: Microsoft SQL Server 2000, Microsoft SQL Server 2005, Orcale 9i Release 2, Oracle 10g Release 2

See Also

ClientLockData Members | TechTalk.Genome.Locking Namespace