DictionaryForumContacts

Terms containing method calls | all forms | exact matches only | in specified order only
SubjectEnglishRussian
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., MSasynchronous 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"вызов-следующего-метода" (в языках с поддержкой множественного наследования этот способ имеет больше возможностей, чем вызов родительского метода в языках с единичным наследованием)
ITchain 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., MSOnly 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., MSsemisynchronous 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)

Get short URL