Skip to content

Commit 2d548f0

Browse files
author
nianiB9
committed
revert cursor value
1 parent d168f1b commit 2d548f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher-csharp/Monitor/Examples/GetMonitoringDataFunc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public virtual IEnumerable<object> Invoke(string accessToken, string requestPath
3434
// Declare variables
3535
//ds-snippet-start:Monitor1Step3
3636
bool complete = false;
37-
string cursorValue = "2024-01-01T00:00:00Z";
37+
string cursorValue = string.Empty;
3838
int limit = 2000; // Amount of records you want to read in one request
3939
List<object> functionResult = new List<object>();
4040

0 commit comments

Comments
 (0)