gpt4 book ai didi

c# - 标记为 OneWay 的 WCF 操作是否存在执行超时?

转载 作者:太空狗 更新时间:2023-10-29 21:36:39 25 4
gpt4 key购买 nike

WCF 服务中的 OneWay 操作是否只要操作完成就执行?

通过我的实验,我认为没有超时。我能够进行半小时的手术。 (之后我关闭了)

有 WCF 经验的人可以回答这个问题吗?如果有超时,在哪里可以指定

最佳答案

单向操作不等待回复消息。它只是将数据写入网络连接并返回。因此,唯一的“等待时间”是将消息写入网络所需的时间。

请注意,WCF 仍然可以阻止客户端 (Clients Blocking with One-Way Operations):

this means that any problem writing the data to the transport prevents the client from returning. Depending upon the problem, the result could be an exception or a delay in sending messages to the service.

编辑:关于超时,它们是在绑定(bind)上设置的。如果你的操作不能执行他的“发送消息”,它仍然会超时。

关于c# - 标记为 OneWay 的 WCF 操作是否存在执行超时?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3636686/

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