DictionaryForumContacts

   Russian
Terms for subject Microsoft containing вызов метода | all forms | in specified order only
RussianEnglish
асинхронный вызов метода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)
Вызов данного метода возможен только из модулей записиOnly writers can call this method. (Windows Presentation Foundation 3.0, .NET Framework 4.5 Rori)
вызов методаcalling method (microsoft.com bojana)
динамический вызов методаdynamic method invocation (A technique that defers until runtime the decision as to which specific method to call)
полусинхронный вызов метода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)