【问题标题】:Is Azure.Data.Tables.TableClient thread-safe?Azure.Data.Tables.TableClient 是线程安全的吗?
【发布时间】:2021-10-12 21:22:09
【问题描述】:

我们正在通过Azure.Data.Tables.TableClient 从多个线程查询 Azure 存储表。它已经是线程安全的还是我们必须这样做? (documentation 既没有提到线程也没有提到并发。)

【问题讨论】:

    标签: c# multithreading .net-core azure-table-storage


    【解决方案1】:

    是的,TableClient 是线程安全的。

    有关该主题的更多信息是here

    【讨论】:

    猜你喜欢
    • 2015-04-18
    • 2011-10-07
    • 2012-03-02
    • 2011-10-28
    • 2023-03-14
    • 2016-08-24
    • 2011-08-16
    • 2011-09-28
    • 2010-12-14
    相关资源
    最近更新 更多