本文介绍了SignalR SQLSERVER听力的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我注意到有一个SignalR.SqlServer类GitHub上。
I've noticed there's a SignalR.SqlServer class on github.https://github.com/paigecook/SignalR/tree/master/SignalR.SqlServer
想知道如果我可以用它来监听数据库更新,并将它们发送到客户端?
如果是的话,是否有任何文档/例子此功能?
Wondering if I can use it to listen for database updates and send them to the client?If yes, is there any documentation/examples on this feature?
推荐答案
没有你不能。这是SignalR对SQL Server之上IMessageBus的实现。它允许你使用SignalR在webfarm,使用SQL Server作为背板的消息传达给所有webnodes。
No you can't. This is an implementation of SignalR's IMessageBus on top of SQL Server. It allows you to use SignalR in a webfarm, using Sql server as the backplane to communicate messages to all webnodes.
这篇关于SignalR SQLSERVER听力的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!