Exchange Server
Microsoft 클라이언트/서버 메시징 및 공동 작업 소프트웨어 제품군.
질문 11개
이 브라우저는 더 이상 지원되지 않습니다.
최신 기능, 보안 업데이트, 기술 지원을 이용하려면 Microsoft Edge로 업그레이드하세요.
On graph sdk v4, I use option to set TimeOut to a higher value in Microsoft.Graph GraphServiceClient like bellow.
graphServiceClient.HttpProvider.OverallTimeout = TimeSpan.FromSeconds(
However, updating to graph sdk v5, I notice this doesn't supported in our new graph sdk v5. How can I do this in the new graph version? Anyone please help me