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
Progression on GetNodes is not available as it's just a big chunk of json retrieved in a single POST call.
If you really need progression, you can implement your own IWebClient and monitor progression of the PostRequestJson method.
Description:
Possible To Get Progress On Get Nodes
IEnumerable nodes = client.GetNodes().
Can't see that any got a progress value parameter
The text was updated successfully, but these errors were encountered: