Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 WCF 应用程序中连续执行存储过程,并且不使用计时器需要执行存储过程。
我尝试使用计时器并且它可以工作,但是如果不使用 WCF 中的计时器,我该如何实现?
提前致谢,
普拉萨德
while(true) { CallStoredProcedure() }
你对结果做了什么?我不明白为什么你需要不断地打电话给 SP。您可能需要重新设计执行此操作的方式。