Subject | English | Russian |
progr. | a call to the interface method does result in a call to the function block implementation | вызов метода интерфейса всегда приводит к вызову реализации функционального блока (ssn) |
progr. | any call of a method via an interface reference | любой вызов метода через ссылку на интерфейс (ssn) |
progr. | asynchronous method call | асинхронный вызов метода (ssn) |
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) |
progr. | asynchronous method calls | асинхронные вызовы методов (ssn) |
progr. | at constructor and method calls | в точках вызова конструктора или метода (Alex_Odeychuk) |
progr. | call a shadowed method | выполнить вызов затенённого метода (Alex_Odeychuk) |
progr. | call an asynchronous method | вызывать асинхронный метод (Alex_Odeychuk) |
progr. | call back method | метод обратного вызова (ssn) |
telecom. | call circuit method | использование служебной линии для обработки заказов |
progr. | call of a method | вызов метода (ssn) |
progr. | call of a method of an instance of another class | вызов метода экземпляра другого класса (ssn) |
progr. | call of a method of an instance of another class | вызов метода из экземпляра другого класса (ssn) |
progr. | call of a method of the own class instance | вызов метода из экземпляра собственного класса (ssn) |
progr. | call of a method via an interface reference | вызов метода через ссылку на интерфейс (ssn) |
progr. | call of the method | вызов метода (ssn) |
progr. | call restriction method | способ ограничения вызовов (ssn) |
progr. | call the method | вызов метода (ssn) |
progr. | call the method on the mock object | вызвать метод имитирующего объекта (In NSubstitute, you directly call the method on the mock object and then chain the Returns method to specify the return value. Alex_Odeychuk) |
comp., net. | call the Web API method | вызвать метод на стороне сервера (англ. термин взят из кн.: De Sanctis V. ASP.NET Core and Angular 2 Alex_Odeychuk) |
comp., net. | call the Web API method | вызвать метод контроллера сбора, обработки и интерпретации данных в веб-приложении (англ. термин взят из кн.: De Sanctis V. ASP.NET Core and Angular 2 Alex_Odeychuk) |
progr. | call to another method | вызов другого метода (Alex_Odeychuk) |
progr. | call to the interface method | вызов метода интерфейса (ssn) |
progr. | call transfer method | метод передачи вызова (ssn) |
progr. | call-next-method | "вызов-следующего-метода" (в языках с поддержкой множественного наследования этот способ имеет больше возможностей, чем вызов родительского метода в языках с единичным наследованием) |
IT | chain of method calls | последовательность вызовов методов (Alex_Odeychuk) |
progr. | chain of method calls | цепочка вызовов методов (Alex_Odeychuk) |
progr. | Communication between these services occurs via calls across a network rather than method calls within a process boundary | Связь между такими сервисами осуществляется через сетевые вызовы, а не через вызовы методов в границах процесса (ssn) |
progr. | context of the method call | контекст вызова метода (ssn) |
progr. | dynamic binding of method calls to methods | динамическое связывание вызовов методов c методами (ssn) |
progr. | end of the source line containing the method call | конец исходной строки, содержащей вызов метода (ssn) |
progr. | external call of a method | внешний вызов метода (ssn) |
progr. | external call of a method of an instance of another class | внешний вызов метода экземпляра другого класса (ssn) |
progr. | external call of a method of an instance of another class | внешний вызов метода из экземпляра другого класса (ssn) |
progr. | graphical representation of a method call | графическое представление вызова метода (ssn) |
progr. | graphically represented method call | графически представленный вызов метода (ssn) |
progr. | graphically represented method calls | графически представленные вызовы метода (ssn) |
progr. | handle method calls | обрабатывать вызовы методов (IBM Alex_Odeychuk) |
progr. | immediate context of the method call | непосредственный контекст вызова метода (ssn) |
progr. | inject the behaviors before, after, or around the method calls | внедрять поведение до, после или вместо вызова методов (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk) |
progr. | instance of a method call | экземпляр вызова метода (ssn) |
progr. | internal call of a method | внутренний вызов метода (ssn) |
progr. | internal call of a method of the own class instance | внутренний вызов метода из экземпляра собственного класса (ssn) |
progr. | internal method call | вызов внутреннего метода (ssn) |
progr. | internal method calls | вызов внутренних методов (внутренних по отношению к классу Alex_Odeychuk) |
progr. | kick off a method call | инициировать вызов метода (Alex_Odeychuk) |
progr. | kick off a method call | запустить вызов метода (Alex_Odeychuk) |
progr. | line containing the method call | строка, содержащая вызов метода (ssn) |
progr. | making method calls simpler | упрощение вызовов методов (ssn) |
progr. | method call | вызов метода (ssn) |
progr. | method call node | узел вызова метода (IBM Alex_Odeychuk) |
progr. | method call of own and base FB | вызов метода из собственного и базового функционального блока (ssn) |
progr. | method call representation | представление вызова метода (ssn) |
progr. | method calls | вызовы методов (ssn) |
progr. | method calls within a process boundary | вызовы методов в границах процесса (ssn) |
progr. | method to call | метод для вызова (ssn) |
progr. | name of the method to call | имя метода для вызова (ssn) |
comp., MS | Only writers can call this method. | Вызов данного метода возможен только из модулей записи (Windows Presentation Foundation 3.0, .NET Framework 4.5 Rori) |
progr. | order of method calls | порядок вызова методов (Alex_Odeychuk) |
progr. | procedure call or method invocation | вызов процедуры или метода (ssn) |
progr. | react to a method call | реагировать на вызов метода (Alex_Odeychuk) |
progr. | redirection of method calls | перенаправление вызовов метода (Interceptors allow redirection of method calls. For example, this would allow an optimized version of a method generated for the specific parameters to replace a less efficient generalized method. microsoft.com Alex_Odeychuk) |
progr. | reference method call | вызов ссылочного метода (ssn) |
progr. | repeated call to the method | повторный вызов метода (Alex_Odeychuk) |
progr. | representation of a method call | представление вызова метода (ssn) |
Test. | return value for the method call | возвращаемое значение для вызова метода (Alex_Odeychuk) |
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) |
progr. | source line containing the method call | исходная строка, содержащая вызов метода (ssn) |
progr. | string method call | вызов строкового метода (ssn) |
Test. | track calls to the stubbed method | отслеживать вызовы метода-заглушки (Alex_Odeychuk) |
progr. | verification of mock method calls | проверка вызова методов имитирующего объекта (Alex_Odeychuk) |