c# - Set TimeOut to a higher value in Microsoft.Graph SDK -


i timeout error below code using microsoft.graph package,

await graphserviceclient.users[userid].contacts.request().addasync(contact); 

as there no option (that find) adding multiple contacts @ time, calling above loc parallel. have around 500 contacts import , many of them fails giving timeout response

exception: code: timeout message: request timed out.

are there option set timeout higher value in microsoft.graph graphserviceclient?


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -