The number of transactions we know to have been successful

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

Syntax

C#
long SuccessfulTransactionCount { get; }
Visual Basic
ReadOnly Property SuccessfulTransactionCount As Long
	Get
Visual C++
property long long SuccessfulTransactionCount {
	long long get ();
}

See Also