Is a flush cycle currently in process?

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

Syntax

C#
bool Flushing { get; set; }
Visual Basic
Property Flushing As Boolean
	Get
	Set
Visual C++
property bool Flushing {
	bool get ();
	void set (bool value);
}

Remarks

Called before and after the flushcycle

See Also