Append the listeners to the end of the currently configured listeners

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

Syntax

C#
public void AppendListeners(
	ListenerType type,
	Object[] listeners
)
Visual Basic
Public Sub AppendListeners ( _
	type As ListenerType, _
	listeners As Object() _
)
Visual C++
public:
void AppendListeners(
	ListenerType type, 
	array<Object^>^ listeners
)

Parameters

type
Type: NHibernate.Event..::..ListenerType

[Missing <param name="type"/> documentation for "M:NHibernate.Cfg.Configuration.AppendListeners(NHibernate.Event.ListenerType,System.Object[])"]

listeners
Type: array<System..::..Object>[]()[][]

[Missing <param name="listeners"/> documentation for "M:NHibernate.Cfg.Configuration.AppendListeners(NHibernate.Event.ListenerType,System.Object[])"]

See Also