Пример #1
0
 /// <summary>
 /// Sets the current host
 /// </summary>
 /// <param name="name">Name of the current host</param>
 static public void SetCurrentHost(string name)
 {
     InfluxDB.SetCurrentHost(name);
 }