[Missing <summary> documentation for "P:NHibernate.Stat.StatisticsImpl.OperationThreshold"]

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

Syntax

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

Implements

IStatistics..::..OperationThreshold

See Also