本文介绍了Control.Invoke(deligate)和Normal Method Call之间有什么区别。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Control.Invoke(deligate)和Normal Method Call之间有什么区别。


我们需要在哪些senarios中调用Control.invoke(deligate)来调用方法。 / p>

如果有人知道请向我解释。


谢谢。

解决方案


What is the difference between Control.Invoke(deligate) and Normal Method Call.

In which senarios we need Control.invoke(deligate) to call a method.

If any one knows please explain to me.

thank you.

解决方案


这篇关于Control.Invoke(deligate)和Normal Method Call之间有什么区别。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 20:55