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 d168f1b commit 2d548f0Copy full SHA for 2d548f0
launcher-csharp/Monitor/Examples/GetMonitoringDataFunc.cs
@@ -34,7 +34,7 @@ public virtual IEnumerable<object> Invoke(string accessToken, string requestPath
34
// Declare variables
35
//ds-snippet-start:Monitor1Step3
36
bool complete = false;
37
- string cursorValue = "2024-01-01T00:00:00Z";
+ string cursorValue = string.Empty;
38
int limit = 2000; // Amount of records you want to read in one request
39
List<object> functionResult = new List<object>();
40
0 commit comments