Generates increasing identifiers (in a single application domain only).

Namespace: NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public sealed class Timestamper
Visual Basic
Public NotInheritable Class Timestamper
Visual C++
public ref class Timestamper sealed

Remarks

Not valid across multiple application domains. Identifiers are not necessarily strictly increasing, but usually are.

Inheritance Hierarchy

System..::..Object
  NHibernate.Cache..::..Timestamper

See Also