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. | 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 | "вызов-следующего-метода" (в языках с поддержкой множественного наследования этот способ имеет больше возможностей, чем вызов родительского метода в языках с единичным наследованием) |
progr. | context of the method call | контекст вызова метода (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. | immediate context of the method call | непосредственный контекст вызова метода (ssn) |
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. | kick off a method call | инициировать вызов метода (Alex_Odeychuk) |
progr. | kick off a method call | запустить вызов метода (Alex_Odeychuk) |
progr. | line containing the method call | строка, содержащая вызов метода (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 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. | procedure call or method invocation | вызов процедуры или метода (ssn) |
progr. | react to a method call | реагировать на вызов метода (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) |