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

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

Syntax

C#
public long SuccessfulTransactionCount { get; }
Visual Basic
Public ReadOnly Property SuccessfulTransactionCount As Long
	Get
Visual C++
public:
virtual property long long SuccessfulTransactionCount {
	long long get () sealed;
}

Implements

IStatistics..::..SuccessfulTransactionCount

See Also