Async with await do not work. Why?
异步与等待不工作。为什么?
Async Await... and Tasks. What am I doing wrong.
异步等待……和任务。我做错了什么。
The key here is the Async suffix on the service name.
这里的关键是服务名的async后缀。
Enter port async 1 48 — Configures ports 1 through 48.
输入port async 1 48——配置端口1到48。
Pass session information to the async callback handler.
将会话信息传递到异步回调处理程序。
What is the overhead of an "synchronized" async method?
一个“同步”异步方法的开销是多少?
Entity Framework 6 - how to convert this line to async?
实体框架6 -如何异步转换这一行吗?
If async is false, the callback is invoked after send .
如果async为false,则在send之后调用回调。
How to end on first async parallel task completion in Node?
如何结束第一异步并行任务的节点?
SyncFlag: The REST call should be sync or async (true or false).
syncFlag: REST调用应该是同步或异步(true或false)。
Adding threaded and async overloads for time consuming operations.
添加线程和异步耗时操作的过载。
How can I catch JS exceptions from async functions I don't control?
我怎样才能捕获JS异常从异步功能我不控制吗?
How can I make Recursion Asynchronous using Async and Await Keyword?
我怎样才能使递归异步使用异步等待关键词?
Should I use async or Task to handle a lot of concurrent operations?
我应该使用异步任务处理大量的并发操作?
Priority lets you tweak in which order async operation calls will be performed.
优先权,让你调整异步操作调用将被执行的顺序。
The preferred interaction style for the process interface needs to be set to "Async".
流程接口的首选交互样式应该设置为 Async。
This program USES Async Socket methods to support communication with multiple clients.
这个程序使用异步套接字的方法支持与多个客户端通信。
Total number of async parity errors. These can be caused by a noisy transmission line.
异步效验错误总数。有杂音的传输线路会造成这些错误。
Test runner frameworks like FlexUnit also require special handling for async operations.
像FlexUnit这样的测试运行框架也需要针对异步操作进行特殊的处理。
With.net 4.5 and the introduction of async, continuation style programming takes the forefront.
然而,有了。NET 4.5和其中引入的异步机制,顺序样式的编程就取而代之,占据主导地位。
Async scripts - to enable asynchronous downloading of scripts without blocking the rest of the page.
Async Scripts——可以异步下载脚本而不会阻塞页面的其他部分。
The osyncisdsync option tweaks XFS's sync/async behavior so that it is more in line with that of ext3.
osyncisdsync 选项调整 XFS 的同步/异步行为,以便它同 ext3 更一致。
If you do not demand a sync invocation, you can have high performance after the "async" method is used.
如果不要求使用同步调用,那么在使用“async”方法后将获得更高的性能。
Async order processing: Asynchronous buy and sell order processing is handled by a JMS queue and an MDB.
异步订单处理:异步订单交易处理将由一个jms队列和一个MDB来处理。
The gc function will wait for the response before returning the control because async is false in its case.
由于在这里async为false, gc函数在返回控制前会一直等待响应。
When an inbound service is wired to the target component, there are two options, sync and async as shown Figure 9.
当某入站服务关联到目标组件时,可以看到如图9所示的两个选项,即sync和async。
The XHR() constructor (see Listing 7) takes three parameters (method, url, and async) and stores them as properties.
XHR() 构造函数(见清单 7)带有 3 个参数(method、url 和 async),它将这些参数存储为属性。
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行)。
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得知异步测试是通过还是失败的惟一途径就是:操作是否在延迟操作上被调用了。