The OperationThreshold to a value greater than MinValue to enable logging of long running operations.

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

Syntax

C#
TimeSpan OperationThreshold { get; set; }
Visual Basic
Property OperationThreshold As TimeSpan
	Get
	Set
Visual C++
property TimeSpan OperationThreshold {
	TimeSpan get ();
	void set (TimeSpan value);
}

Remarks

Operations that exceed the level will be logged.

See Also