gpt4 book ai didi

c# - 在 Microsoft.Graph SDK 中将 TimeOut 设置为更高的值

转载 作者:行者123 更新时间:2023-11-30 20:31:24 27 4
gpt4 key购买 nike

我在使用 Microsoft.Graph 包的以下代码中经常遇到超时错误,

await graphServiceClient.Users[UserId].Contacts.Request().AddAsync(contact);

由于没有(我能找到的)一次添加多个联系人的选项,所以我调用了上面的 LOC parallel。我大约有 500 个联系人要导入,其中很多都没有给出超时响应

Exception: Code: timeout Message: The request timed out.

是否有任何选项可以在 Microsoft.Graph GraphServiceClient 中将 TimeOut 设置为更高的值?

最佳答案

您可以像这样将超时设置为更高的值:例如将超时设置为一小时:

graphServiceClient.HttpProvider.OverallTimeout = TimeSpan.FromHours(1);

关于c# - 在 Microsoft.Graph SDK 中将 TimeOut 设置为更高的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43260659/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com