C# Class InfluxDB.Collector.Configuration.CollectorTagConfiguration

显示文件 Open project: influxdata/influxdb-csharp

Public Methods

Method Description
With ( string key, string value ) : CollectorConfiguration

Method Details

With() public abstract method

public abstract With ( string key, string value ) : CollectorConfiguration
key string
value string
return CollectorConfiguration