| 1. | Subsequent calls to the emitter will throw exceptions 并发调用发射器将抛出异常。 |
| 2. | Property if your class supports multiple concurrent invocations 如果您的类支持多个并发调用,则不要公开 |
| 3. | If your class does not support multiple concurrent invocations , consider exposing an 如果类不支持多个并发调用,请考虑公开 |
| 4. | Property because they support multiple concurrent invocations of asynchronous methods 属性,因为它们支持异步方法的多个并发调用。 |
| 5. | Do this if you re prepared to manage multiple concurrent invocations of your method , in which case the 如果您准备管理方法的多个并发调用,可进行此操作,在这种情况下, |
| 6. | Method without the state parameter , and it does not support multiple concurrent invocations , ensure that any attempt to invoke 方法时不使用该状态参数,而且它不支持多个并发调用,则请确保在早先的 |
| 7. | If your class supports multiple concurrent invocations , enable the developer to track each invocation separately by defining the 如果类支持多个并发调用,则可让开发人员通过定义带有对象赋值状态参数或任务id (名为 |
| 8. | For com servers that are not thread safe , com provides a mechanism to serialize concurrent calls so that only one logical thread executes on the server at any time 对于并非线程安全的com服务器, com提供一种序列化并发调用的机制,这样无论何时服务器上都只有一个逻辑线程在执行。 |
| 9. | If you don ' t see concurrent invocations in a server , it is likely that the server is running with a thread pool containing only a single thread , thereby serializing all incoming invocations 你不会看到在服务端进行的并发调用,就像服务端的线程池只运行着一个线程,串行化的处理着所有请求。 |
| 10. | 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 异步方法可能还支持多个挂起的调用多个并发调用,允许您的代码在此方法完成其他挂起的操作之前调用此方法任意多次。 |