有没有办法在 WCF 中配置回调的限制?
是否可以控制回调的限制?因此,服务器回调客户端的频率将受到限制(控制)。
Is it possible to control throttling on callback? So the server would be limited(controlled) how often it can callback the client.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的..有一种方法可以定义用户的最大限制...
您可以添加并发调用、实例和会话的最大数量。
示例配置...
yes.. there is a way you can define the max limit of users...
you can add max no of concurrent calls, instances and sessions.
Sample config...