async

async

 英

  • 网络异步;非同步;异步串口

例句

The class name in the asynchronous version must be the name of your original interface with the string Async added to the end.

异步版本必须初始接口名称末尾附加字符串Async

For each remote service, GWT requires two interfaces on the client side: a remote service interface and a remote service async interface.

对于每个远程服务GWT客户端需要两个接口一个远程服务接口一个远程服务异步接口

We hope to keep going on these lines and get out other proposed features like Singletons and Async beans long before the spec goes final.

我们希望再接再厉最终规范发布提出其他建议异步beans

The other point of interest to note with the tests is how the async tests usually need to be written.

关于测试值得注意一点为什么通常编写异步测试

As a work-around the Rx libraries were instead built on top of . NET's original async pattern.

作为替代方案Rx.NET原来异步模式构建

"Async" indicates that the inbound service cannot wait for a response from the target component and keeps moving ahead.

Async表示入站服务继续执行等待目标组件应答

In other words, the only way the DOH knows an async test passed or failed is if an operation is invoked on the Deferred.

换句话说DOH得知异步测试通过失败惟一途径就是操作是否延迟操作调用

Number of input async overflow errors. These can be caused by a lack of buffer space available on the host.

输入异步溢出数字主机缓冲器空间不足引起这些错误

Total number of async overflow errors. These can be caused by a lack of buffer space available on the host.

异步溢出总数主机缓冲区空间不足引起这些错误

Async order processing: Asynchronous buy and sell order processing is handled by a JMS queue and an MDB.

异步订单处理异步订单交易处理一个JMS队列一个MDB处理

A service's asynchronous interface must be in the same package and have the same name, but with the suffix "Async. "

服务异步接口必须相同名称相同但是Async后缀

Number of input async framing errors. These can be caused by a noisy transmission line. Using a smaller packet size may help in some cases.

输入异步错误数目传输线路杂音可以造成这些错误某些情况下使用规格一点数据好些

The preferred interaction style for the process interface needs to be set to "Async" .

流程接口首选交互样式应该设置Async

Number of output async parity errors . These can be caused by a hardware or line problem.

输入异步效验错误数目杂音传输线路造成这些错误

Upon event (polled or async ) determines if conditions match configured criteria and sends notification to target.

发生事件轮询或者异步确定情况是否满足标准目标发送通知

If omitted, the bind and the prep options inherit their default value from the FEDERATED_ASYNC database manager configuration parameter.

缺省情况绑定准备选项FEDERATED_ASYNC数据库管理器配置参数继承它们缺省

When enabled, a special FTP command known as "async ABOR" will be enabled.

设置允许一个特别FTP命令异步退出生效

This parameter should always be the last parameter in the MethodNameAsync method's signature.

参数应当始终方法名称Async方法签名最后一个参数

Setting the database manager configuration parameter FEDERATED_ASYNC to a value greater than 0 (or ANY).

数据库管理器配置参数FEDERATED_ASYNC设置大于0一个或者设置ANY

As above, all asynchronous invocations are made using the async with callback invocation style, never asynchronous deferred response.

如上所述所有异步调用使用asyncwithcallback调用样式进行使用异步延迟响应

If you do not demand a sync invocation, you can have high performance after the "async" method is used.

如果要求使用同步调用那么使用async方法获得性能

Test runner frameworks like FlexUnit also require special handling for async operations.

FlexUnit这样测试运行框架需要针对异步操作进行特殊处理

Pass session information to the async callback handler.

会话信息传递异步回调处理程序

Number of output async overflow errors.

输出异步溢出错误数目

Then we use "Async. Run" to run the tasks in parallel.

接着我们使用“Async.Run”并行运行这些任务

To execute this action we need to use the "Async. Run" function, this executes a single workflow and waits for its result.

为了执行这个动作我们需要使用“Async.Run”函数执行一个单独工作等待完成获得执行结果

Number of output async overrun errors.

输出异步超限错误数目

Total number of async parity errors.

输入异步效验错误数目

Yet incomplete for Async processing.

异步处理理想

In addition to the normal OSPF configuration commands, you should use the async default routing command on the asynchronous interface.

除了正常OSPF配置命令应该使用异步默认路由命令异步接口

Rename the first Button control startAsyncButton and set the Text property to Start Async.

第一Button控件命名startAsyncButtonText属性设置StartAsync

Rename the second Button control cancelAsyncButton, and set the Text property to Cancel Async.

第二Button控件命名cancelAsyncButtonText属性设置CancelAsync

Our async HTTP engine has also be reused in our async HTTP client, so we can now scalable produce request and consume responses.

我们异步HTTP客户端重用异步HTTP引擎这样伸缩方式生成请求处理响应

A simple utility class is created to easily get the instance of the async remote interface (lines 7-13 in Listing 8).

通过创建简单实用程序容易获得异步远程接口实例清单8第7-13)。

When an inbound service is wired to the target component, there are two options, sync and async as shown Figure 9.

服务关联目标组件可以看到9两个选项syncasync

The key here is the Async suffix on the service name.

这里关键服务Async后缀

Why are we Using async in our Examples?

例子我们为什么使用异步

For example, the command show port async all char returns detailed information about each port on the terminal server.

例如showportasyncallchar命令返回终端服务器每个端口详细信息

Enter port async 1 48 -- Configures ports 1 through 48.

输入portasync148——配置端口148。

Remoting: By adding annotations on POJOs or by using Spring XML configuration, integrate with remote invocations and async remoting

远程通过添加POJO注解或者使用SpringXML配置远程调用异步远程集成