Session factory listener configurations.

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

Syntax

C#
IList<ListenerConfiguration> Listeners { get; }
Visual Basic
ReadOnly Property Listeners As IList(Of ListenerConfiguration)
	Get
Visual C++
property IList<ListenerConfiguration^>^ Listeners {
	IList<ListenerConfiguration^>^ get ();
}

See Also