English 中文(简体)
不断检查服务器连接的标准方法是什么?
原标题:What is the standard way to constantly check SQL Server connection?

在一项WPF申请中,I使用LINQ在try——渔获的查询中处理例外情况,如果与亚洲开发银行服务器连接有错的话。

问题在于——我有一些询问是在时间推移的基础上进行的。 因此,如果联系失败,我有无数的长期查询尝试,而情报和安全部则冻结。

标准办法是什么? 如果四分五裂的连接是科索沃,那么我就会很容易地细致地不断检查,然后再回答我的所有询问。

最佳回答

它是在背景工作者的read子里运行的,或者完全是单独的read子。

不应在国库工作,除非与国库直接有关。 背景工作者是一个目标,使得像这种真正容易渗透起来。 http://dotnetperls.com/backgroundworker”rel=“nofollow noreferer”>,该条目。 它解释了背景工作者做些什么以及如何使用。

如果你在调查组的校对上工作,你就偷走了防止欺诈股的周期,使用户感到缓慢。 开展有关工作是进行这项工作的最佳途径。 这样,用户就能够做其他工作,而德国马克公司的反应是适当的。

问题回答

为什么不要把你的投票问询转到自己的read子上来,以便他们赢得冻结统一党? 然后,他们可以向您的主要信使传递信息或事件,并可以在那里处理(散布错误信息等)。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签