本文介绍了如何等待特定的RPC完成C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用RPC方法从数据库中获取值。
它基本上涉及3个逐个执行的方法。
它运行就像一个线程所以在完成RPC之前其他方法被执行。
因此我的进程失败了。
如何使特定的RPC运行其他语句。
I am fetching values from Database using RPC method.
It basically involves 3 methods which executes one by one.
It runs like a thread so before finishing that RPC other methods gets executed.
Thus my process gets failed.
How to Make a particular RPC run that other statements.
推荐答案
这篇关于如何等待特定的RPC完成C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!