You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Keep printing (?) the updates returned by successive calls by the SDK to the backend, until the whole query completes
808
-
while(true)
785
+
IEnumerable<TrashEntry>result=null;
786
+
// Api call below consists of multiple rest calls so multiple debug statements will be posted
787
+
// so since we want to the debug lines to be updated while the command runs, we have to flush the debug statements in queue and thats why we want to do it this way
0 commit comments