Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the ReplicatorStats class.
 /// </summary>
 public TransactionCoordinatorInternalStats(TransactionLogStats transactionLogStats = default)
 {
     this.TransactionLogStats = transactionLogStats;
     CustomInit();
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the ReplicatorStats class.
 /// </summary>
 public TransactionPendingAckInternalStats(TransactionLogStats transactionLogStats = default)
 {
     this.PendingAckLogStats = transactionLogStats;
     CustomInit();
 }