We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51653e commit a5eb6e8Copy full SHA for a5eb6e8
src/writeData/clients/CSharp/executeFull.example
@@ -13,7 +13,7 @@ namespace Examples
13
const string token = "<%= token %>";
14
const string org = "<%= org %>";
15
16
- using var client = InfluxDBClientFactory.Create("<%= server %>", token);
+ using var client = new InfluxDBClient("<%= server %>", token);
17
18
const string query = @"
19
<%= query %>
src/writeData/clients/CSharp/initialize.example
@@ -17,7 +17,7 @@ namespace Examples
const string bucket = "<%= bucket %>";
20
21
}
22
23
0 commit comments