Skip to content

ITransactionAgentStatistics Properties

Tracks transaction agent activity.

TransactionsFailed

abstractget
public abstract long TransactionsFailed
Gets the number of transactions which have failed.

TransactionsStarted

abstractget
public abstract long TransactionsStarted
Gets the number of transactions which have started.

TransactionsSucceeded

abstractget
public abstract long TransactionsSucceeded
Gets the number of transactions which have completed successfully.

TransactionsThrottled

abstractget
public abstract long TransactionsThrottled
Gets the number of transactions which were rejected because of transaction agent throttling.