Initializes a new instance of the AutoFlushEvent class

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

Syntax

C#
public AutoFlushEvent(
	ISet<string> querySpaces,
	IEventSource source
)
Visual Basic
Public Sub New ( _
	querySpaces As ISet(Of String), _
	source As IEventSource _
)
Visual C++
public:
AutoFlushEvent(
	ISet<String^>^ querySpaces, 
	IEventSource^ source
)

Parameters

querySpaces
Type: Iesi.Collections.Generic..::..ISet<(Of <(<'String>)>)>

[Missing <param name="querySpaces"/> documentation for "M:NHibernate.Event.AutoFlushEvent.#ctor(Iesi.Collections.Generic.ISet{System.String},NHibernate.Event.IEventSource)"]

source
Type: NHibernate.Event..::..IEventSource

[Missing <param name="source"/> documentation for "M:NHibernate.Event.AutoFlushEvent.#ctor(Iesi.Collections.Generic.ISet{System.String},NHibernate.Event.IEventSource)"]

See Also