i'm trying to retrieve data from a Table in Azure, using Cosmos Azure Table The tablemanager works fine as i also use it for retrive-operations. I read:
- https://learn.microsoft.com/en-us/archive/blogs/eliofek/why-do-we-get-the-function-evaluation-requires-all-threads-to-run
- Visual Studio during Debugging: The function evaluation requires all threads to run
But i still dont understand how it happens. I set abreakpoint after the functions executes, so it does not stop in the method execution.... Is the Cosmos "ExecuteQuery" syntaks wrong? Or how can i solve this?