asynchronous method call的意思|示意
异步方法调用
asynchronous method call的网络常见释义
异步方法 ... 以方法为基础的查询 method-based query 异步方法 asynchronous method call 育种方法 breeding methods ...
非同步方法呼叫 ... 非同步程序呼叫 asynchronous procedure call 非同步方法呼叫 asynchronous method call 非同步呼叫 asynchronous call ...
asynchronous method call相关例句
You create an instance of the class and pass it to your asynchronous service method when you make your remote call, as seen in Listing 4.
当执行远程调用时,创建类的实例并将其传递给异步服务方法,如清单4所示。
Requests asynchronous processing of a response to a method call on the current sink.
请求异步处理对当前接收器上的方法调用的响应。
The method returns an IAsyncResult, which can be used to monitor completion, wait on the WaitHandle, or complete the asynchronous call.
这个方法返回一个IAsyncResult,它可以被用在监测完成,也可以等待在WaitHandel,或者完成异步调用。
The return value of an asynchronous call can be recovered by calling the EndInvoke method.
异步调用的返回值可以通过EndInvoke方法回收。
You can use this deferred object for defining a callback method when the asynchronous call returns a response.
我们可以使用这个deferred对象来定义一个在异步调用返回响应时执行的回调函数。
An asynchronous method may also support multiple pending calls (multiple concurrent invocations), allowing your code to call it any number of times before it completes other pending operations.
异步方法可能还支持多个挂起的调用(多个并行调用),允许您的代码在此方法完成其他挂起的操作之前调用此方法任意多次。