TechTalk Genome v4.2

ILockServer Interface

When implemented by a class signals that the class can be used as a locking server.

public interface ILockServer

Remarks

Locking servers provide storage for and determine the scope of locks.

Types implementing ILockServer:

PersistentOptimisticLockServer Supports optimistic locking only and uses the IOptimisticLocking strategy assigned to the persistent type in the data domain schema.
ApplicationServerSupports both optimistic and pessimistic locking and stores the locks on a central application server.

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

TechTalk.Genome.Locking Namespace