检查与 Domino 服务器的连接状态
是否可以使用 C# API 检查与 Domino 服务器 的连接状态?
我有一个 C# 应用程序,我必须检查与 Domino 服务器的连接是否仍然有效,或者 Domino 服务器重新启动并且我失去了连接。我如何以编程方式检查这一点?
Is it is possible to check the connection status with Domino server using a C# API?
I have a C# application, and I have to check if the connection with the Domino server is still alive or thr Domino server restarts and I lose thr connection. How I can check that programmatically?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样的事情应该可以解决问题。如果失败,则无法建立与服务器的连接。
Something like this ought to do the trick. If this fails then the connection to the server couldn't be made.