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
Post a Comment