Let us take a look at the calling code.
让我们看看调用代码。
It returns the variable's value to the calling code.
它会将变数值传回至呼叫程序码中。
This might produce unexpected results in the calling code.
这可能会在调用代码中产生意外的结果。
This means we cannot inject the entity manager into calling code.
这意味着我们无法将该实体管理器注入调用代码。
An example of calling code in the access control hook of an action.
在一个action的accesscontrolhook中调用代码的一个例子如下。
In the calling code, determine which data to pass to the procedure.
在调用代码中,确定哪些数据将传递给过程。
An example of calling code that is a record script called rs_accesscontrol.
调用代码的一个例子,其是一个recordscript,名为rs_accesscontrol。
This means that the calling code does not have to pass a value for it.
这意味着调用代码不必传递它的值。
The Lua interpreter USES a stack interface to communicate with calling code.
Lua解释器使用一个栈接口来与调用代码通信。
This is pretty much boilerplate remote procedure calling code except for the line
这是非常标准的远程过程调用代码,除了这一行
Here's the kicker: Neither the calling code nor the invoked method needs to change at all.
需要附加说明的是:调用代码和被调用方法都不需要变更。
In the calling code, do not enclose the argument in parentheses in the argument list.
在调用代码中,不要将实参列表中的实参放在括号内。
A handler takes a MessageContext and performs actions and returns back to the calling code.
一个处理程序带有一个MessageContext,它执行操作并且返回到进行调用的代码。
Of course, now we must join our calling code with our spawned job to get the synchronous call.
当然,现在我们必须将调用代码与生成的作业结合起来,以获得同步调用。
The procedure code does not have any access to the underlying element in the calling code.
过程代码不具有任何访问调用代码中的基础元素的权限。
This permits the procedure to change the value underlying the argument in the calling code.
这能让程序变更呼叫程序码中引数的基础值。
You'll probably want to perform a calculation and return the resulting value to the calling code.
您可能希望完成一次计算,并将计算结果值返回给调用代码。
The calling code in the client does not have to know that the call is actually going through a stub.
客户机的调用代码不需要知道调用实际上是通过存根进行的。
A demand causes the runtime to perform a security check to enforce restrictions on calling code.
要求使运行时执行安全检查,从而对调用代码实施限制。
In some cases, the procedure code can change the value underlying an argument in the calling code.
在某些情况下,过程代码可以更改调用代码中作为实参基础的值。
The calling code supplied the argument with a value exactly equal to the parameter's default value.
调用代码提供的参数与参数的默认值完全相等。
In this calling code we pass in the parameters DataObject and the name of the data type we want to change.
在此调用代码中,我们将传入参数DataObject和希望更改的数据类型的名称。
In the procedure code, use the parameter name to assign a value to the underlying element in the calling code.
在过程代码中,使用形参名称将值赋给调用代码中的基础元素。
There is always a potential risk in allowing a procedure to change the value underlying an argument in the calling code.
允许过程更改调用代码中实参所代表的值始终存在潜在的风险。
Normally you pass a parameter by value, unless you want the procedure to be able to change its value in the calling code.
通常按值传递参数,除非希望过程能够更改其在调用代码中的值。
As the following illustration shows, the perspective of the calling code determines which wrapper class the runtime creates.
如下图所示,呼叫程序码的观点将决定执行阶段会建立哪一种包装函式类别。
Given a Session provided by the calling code in the JmsTemplate, this class provides a callback interface to create a JMS message.
JmsTemplate中的调用代码提供了session类,这个类提供了一个创建JMS消息的回调接口。
That contract does not allow this method to throw a run-time exception (barring violations of generic type safety that qualify as bugs in the calling code).
这个合约不允许该方法抛出运行时异常(防止因违反泛型类型安全而成为调用代码中的bug)。
You can specify that a procedure parameter is optional, so that the calling code does not have to supply an argument for it when it calls the procedure.
您可以将程序参数指定为选择性的,以便在程序码呼叫程序时,呼叫程序码不必提供引数给它。
The calling code can obtain the information it needs to pass to the procedure and then call a single procedure name, no matter what arguments it is passing.
调用代码可以获取它需要传递给过程的信息,然后调用单个过程名,无论它传递的是什么参数。
应用推荐