【发布时间】:2022-01-12 13:00:41
【问题描述】:
我正在尝试使用 Cosmos Azure Table 从 Azure 中的表中检索数据 tablemanager 工作正常,因为我也将它用于检索操作。 我读到:
- https://docs.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
但我仍然不明白它是如何发生的。我在函数执行后设置了一个断点,所以它不会在方法执行中停止...... Cosmos“ExecuteQuery”语法错误吗?或者我该如何解决?
【问题讨论】:
标签: c# .net azure azure-cosmosdb azure-table-storage