asynchronous call(异步调用) 一个可以无需等待被调用函数的返回值就让操作继续进行的方法
DispacherObject定义了Dispather属性(Dispather类型),它包含了一些Invoke(同步调用)与BeginInvoke(异步调用)的重载。这些方法可以让你传入一个委托,并在dispather相应的UI线程上被调用。
基于24个网页-相关网页
C#异步调用(Asynchronou Delegate)第四个参数通常将异步函数的delegate传递过去,这样在callback函数中就可以方便的获取到异步函数的执行结果或者返回值。
基于12个网页-相关网页
... 脱离浏览器 buiten de browser 异步调用 asynchrone aanroep 远程功能调用 Remote Function Call ...
基于8个网页-相关网页
But under this mode, the service call models have only been implemented in one-way and synchronous request/reponse model, and as to Asynchronous Invocation Model (AIM) and Message/Events Service (MES), it still have not uniform realization and standard.
而该方式下的服务调用模型仅实现了单向和同步请求/应答模型,对于异步调用模型AIM和消息/事件服务MES都仍未有统一的标准。
参考来源 - Web Services异步调用模型的研究与实现Therefore, this thesis presents a new asynchronous messaging model based on distributed object, and discusses the basic communication problems in the model, which includes asynchronous invoke, store-forward, object migration, message multicast, etc.
为此,本文提出一种新型的基于分布对象的异步消息模型,并重点论述了该模型所提供的异步调用、存储-转发、对象迁移、消息组播等基本通信问题。
参考来源 - 基于分布对象的异步消息的研究与实现·2,447,543篇论文数据,部分数据来源于NoteExpress
应用推荐