ITransactionAgentStatistics
interface
Namespace: Orleans.Transactions.Abstractions
Tracks transaction agent activity.
public interface ITransactionAgentStatisticsProperties
TransactionsFailedGets the number of transactions which have failed.TransactionsStartedGets the number of transactions which have started.TransactionsSucceededGets the number of transactions which have completed successfully.TransactionsThrottledGets the number of transactions which were rejected because of transaction agent throttling.
Methods
TrackTransactionFailedRecords that a transaction has failed.TrackTransactionStartedRecords that a transaction has started.TrackTransactionSucceededRecords that a transaction has completed successfully.TrackTransactionThrottledRecords that a transaction was rejected because of transaction agent throttling.
