Subject | English | Chinese Taiwan |
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) |