Method | Description | |
---|---|---|
Close ( ) : void | ||
DecrementMetric ( string name ) : void | ||
DecrementMetric ( string name, double value ) : void | ||
Flush ( ) : void | ||
IncrementMetric ( string name ) : void | ||
IncrementMetric ( string name, double value ) : void | ||
TrackMetric ( string name, System.TimeSpan value, string>.IDictionary |
||
TrackMetric ( string name, double value, string>.IDictionary |
public DecrementMetric ( string name ) : void | ||
name | string | |
return | void |
public DecrementMetric ( string name, double value ) : void | ||
name | string | |
value | double | |
return | void |
public IncrementMetric ( string name ) : void | ||
name | string | |
return | void |
public IncrementMetric ( string name, double value ) : void | ||
name | string | |
value | double | |
return | void |
public TrackMetric ( string name, System.TimeSpan value, string>.IDictionary |
||
name | string | |
value | System.TimeSpan | |
properties | string>.IDictionary | |
return | void |
public TrackMetric ( string name, double value, string>.IDictionary |
||
name | string | |
value | double | |
properties | string>.IDictionary | |
return | void |