Proyecto Fin de Carrera 2011
This is a thread-safe, lazy singleton. See http://www.yoda.arachsys.com/csharp/singleton.html for more details about its implementation.

Namespace: NHibernate_SGF
Assembly: NHibernate_SGF (in NHibernate_SGF.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static SessionManager Instance { get; }
Visual Basic
Public Shared ReadOnly Property Instance As SessionManager
	Get
Visual C++
public:
static property SessionManager^ Instance {
	SessionManager^ get ();
}

See Also