Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 SQL Server 中有一个存储过程,执行大约需要 4 到 5 分钟。
我使用 WCF 连接到 SQL Server。但由于执行时间较长,会出现超时异常。
在我的客户端中,我能够根据接收超时进行更改,但是如何更改 WCF 中的连接超时???
更改客户端上的sendTimeout参数和服务器上的receiveTimeout参数。