AdysTech.InfluxDB.Client.Net.InfluxDBClient.InfluxDBClient C# (CSharp) Method

InfluxDBClient() public method

Creates the InfluxDB Client
public InfluxDBClient ( string InfluxUrl ) : System
InfluxUrl string Url for the Inflex Server, e.g. localhost:8086
return System
        public InfluxDBClient (string InfluxUrl)
                : this (InfluxUrl, null, null)
        {

        }

Same methods

InfluxDBClient::InfluxDBClient ( string InfluxUrl, string UserName, string Password ) : System