DictionaryForumContacts

   Russian
Terms for subject Microsoft containing асинхронные | all forms | exact matches only
RussianEnglish
асинхронная загрузка шейдеровLoad shaders asynchronously (Visual Studio 2013 Rori)
асинхронная модельasynchronous pattern (A core technology in the .NET Framework which provides an efficient model to manage asynchronous operations and a consistent programming model)
асинхронная модель на основе событийevent-based asynchronous pattern (A design pattern that uses events to expose asynchronous features of a class)
асинхронная модель на основе событийevent-based asynchronous pattern (архитектура, в которой для предоставления доступа к асинхронным функциям класса используются события ssn)
асинхронная модель, основанная на задачахtask-based asynchronous pattern (Alex_Odeychuk)
асинхронная обратная передаasynchronous postback (In ASP.NET, the process of sending Web page data (plus viewstate and other necessary metadata) from the browser to the server without a complete postback and without blocking the user from continuing to work in the page. Asynchronous postbacks are an important feature of AJAX technology; в ASP.NET – процесс отправки данных веб-страницы (вместе с состоянием представления и другими необходимыми метаданными) серверу из обозревателя, осуществляемый без полной обратной передачи и не препятствующий продолжению работы пользователя. Асинхронная обратная передача является важной функцией технологии AJAX)
асинхронная операцияasynchronous operation (A process whose execution can proceed independently or in the background. Other processes may be started before the asynchronous process has finished)
асинхронная передача данныхasynchronous communication (A form of data transmission in which information is sent and received at irregular intervals, one character at a time. Because data is received at irregular intervals, the receiving modem must be signaled to let it know when the data bits of a character begin and end. This is done by means of start and stop bits)
асинхронная связьasynchronous communication
асинхронное получение результатовRetrieve Results Asynchronously (Office System 2010 Rori)
асинхронное событиеasynchronous event (An event whose handler runs in a different processing thread from the action that raised the event. The event handler and the action are processed simultaneously)
асинхронные сценарии JavaScript и XMLAsynchronous JavaScript And XML (A set of technologies consisting of a client-side script framework, server controls, and more; AJAX)
асинхронный агентasynchronous agent (A task that follows the actor pattern and uses an asynchronous message queue to communicate with other similar tasks. Agents let you take advantage of coarse-grained task parallelism in your applications)
асинхронный вызовasynchronous 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)
асинхронный вызов метода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)
асинхронный делегатasynchronous delegate (Alex_Odeychuk)
асинхронный обмен даннымиasynchronous data exchange (A style of processing where an application posts a request for an event to occur and then continues without waiting for the event. A separate service will recognize the request and take responsibility for ensuring that the event occurs)
асинхронный поток данныхasynchronous stream of data (Alex_Odeychuk)
выполнять асинхронную обработку потоковprocess streams asynchronously (Alex_Odeychuk)
для асинхронного выполнения поискаsearch asynchronously (Visual Studio 2010 Rori)
работа с асинхронными потоками данныхdealing with asynchronous streams of data (Alex_Odeychuk)
слой асинхронной связиasynchronous communication layer (The layer of AJAX functionality that takes care of communication between the browser and the server. Rori)
шаблон модели асинхронного программированияasynchronous programming model pattern