4 references to TxAborted
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (1)
154
IncrementBy((int)PerfCounters.
TxAborted
, count);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (3)
61
localCounterSet.AddCounter((int)PerfCounters.
TxAborted
, CounterType.RawData32, perfCounterNames[(int)PerfCounters.
TxAborted
]);
187
this.counters[(int)PerfCounters.
TxAborted
].Increment();