并发冲突 meaning in Chinese
concurrency conflict
Examples
- An exception is thrown when concurrency violations are detected
检测到并发冲突时会引发异常。 - If they do not match , an optimistic concurrency violation has occurred
如果两者不匹配,则发生了开放式并发冲突。 - There are several techniques for testing for an optimistic concurrency violation
测试是否存在开放式并发冲突的方法有若干种。 - Method would be written to catch optimistic concurrency violations
在通常情况下,将编写updatecustomers方法来捕获开放式并发冲突。 - Copy a delegate to a local variable before publishing to avoid concurrency race condition
使用前将委托复制到局部变量,以避免并发冲突。