DictionaryForumContacts

   English
Terms for subject Microsoft containing method call | all forms | in specified order only
EnglishRussian
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)
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)