Subject | English | Chinese simplified |
comp., MS | asynchronous method call | 异步方法 (A method call that returns to the caller immediately regardless of whether processing has completed. The results of processing are returned through another call on another thread. Asynchronous methods free the caller from having to wait until processing has finished) |
comp., MS | device capability (A device functionality available through the HasCapability method or the | 设备功能 |
comp., MS | dynamic method invocation | 动态方法调用 (A technique that defers until runtime the decision as to which specific method to call) |
comp., MS | input method editor | 输入法编辑器 (A tool that lets you enter complex characters and symbols, such as those used in East Asian written languages, using a standard keyboard) |
comp., MS | method-based query | 基于方法的查询 (A query expressed as a direct method call to one or more Standard Query Operators) |
comp., MS | method of contact | 联系方式 (The preferred method of communication with the Business Contact; for example, phone, e-mail message, letter, fax, and so on) |
comp., MS | semisynchronous method call | 半同步方法调用 (A method call that returns immediately and allows the application or script to enumerate the returned objects as a collection. A semisynchronous method call does not require setting up an object sink, but an asynchronous method call does require setting up an object sink) |