TechTalk Genome v4.2

ILockAnnotationProvider Interface

Defines the methods for the ApplicationServer to let it create the custom annotations for the lock to be marked with.

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

public interface ILockAnnotationProvider

Remarks

Types implementing ILockAnnotationProvider:

DefaultAnnotationProviderImplements an optimistic locking scheme.

The locking aspect of Genome Applciation Server can store custom annotation along with the locks to provide application-specific data for the applicaitons using it. Implementors of this interface has to take care about the creation the custom annotation data, which will accompany to all the lock issue requests made towards the 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

ILockAnnotationProvider Members | TechTalk.Genome.Locking Namespace | ApplicationServer