Beispiel #1
0
 protected bool Equals(TransportGatedTrigger.TransportGatedConfiguration right)
 {
     return(right != null && this.gatingCounterThreshold.Equals(right.gatingCounterThreshold) && base.Equals(right));
 }
Beispiel #2
0
 protected TransportGatedTrigger(IJob job, string counterNamePattern, HashSet <DiagnosticMeasurement> additionalCounters, TransportGatedTrigger.TransportGatedConfiguration configuration) : base(job, counterNamePattern, additionalCounters, configuration)
 {
 }