如何从一台电脑向另一台电脑发送消息
在我的应用程序中,我保留了消息服务,因为我必须将消息从一台 PC 发送到通过 LAN 连接的另一台 PC。
例子: 当一个人从数据库中删除一条记录时,消息必须闪现给高级当局 “XXXX先生删除记录” 怎么办,有什么建议吗??
In my application I kept a Messaging service, for that i have to send message form one PC to another PC which are connected through LAN.
example:
when a person Delete a record from the DB means, Message has to flash the Senior Authorities
"Records Delete By Mr.XXXX"
How to do, Any suggestions??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
套接字或者
网络发送消息
这里,同样的问题(在其他论坛中)。我希望它对你有帮助。
Sockets or maybe
net send msg
Here, the same question (in other forum). I hope it helps you.
尝试 WCF:
http://blogs.msdn.com/b/tomholl/archive/2008/05/17/building-a-pub-sub-message-bus-with-wcf-and-msmq.aspx< /a>
Try WCF:
http://blogs.msdn.com/b/tomholl/archive/2008/05/17/building-a-pub-sub-message-bus-with-wcf-and-msmq.aspx