Parameter, target, exception and return value binding.
参数,目标,异常以及返回值绑定。
Listing 2. Proper handling of the read API function return value.
清单2.适当处理readapi函数的返回值。
Define XML serializable types for the return value (and the parameters).
为返回值和参数定义XMLserializable类型。
Also, your parameters and return value must be of types that GWT can serialize.
此外,参数和返回值必须属于GWT可以序列化的类型。
The return value designates the slices on which the given query will be executed.
返回值会指定给定查询将要在其上执行的那些片。
The client unpacks the return value and out parameters, then continues processing.
客户机则将返回值和输出参数解包,然后继续处理。
A new local variable of the same type as the method's return value is created for you.
系统将为您创建与该方法的返回值类型相同的新局部变量。
Many JNI methods have a return value that indicates whether the call succeeded or not.
许多JNI方法都通过返回值来指示调用成功与否。
The simplest approach is always to treat the return value as an array and loop over it.
最简单的办法是将返回值永远看作一个数组并循环遍历该数组。
This return value can be used to figure out if an account update or creation is needed.
这个返回值可以被用来推测是否需要更新或创建帐户。
In general, the type of the return value depends on the type of the specified attribute.
一般情况下,返回值的类型取决于指定属性的类型。
As shown in Figure 4, you get a blank screen, a horizontal rule, and a return value of 1.
您得到的是一个空白的屏幕,一条水平线和返回值1,如图4所示。
The return value will be passed back in another SOAP message and extracted by the client.
返回值将在另一条SOAP消息里被传送回来,再由客户提取出来。
The EditText constructor also overrides the constructor return value, as Listing 2 shows.
EditText构造函数也覆盖构造函数返回值,如清单 2 所示。
If the return value is a complex structure then the element contains one or more elements.
若返回值是复合型结构,那么元素包含一个或多个元素。
A callback function is passed to the method when it is invoked to capture the return value.
当该方法被调用来获取返回值时,一个回调函数会传递给此方法。
What is worth noting is that all the fields are placed in the return value of the function.
值得注意的是所有字段都放在函数的返回值中。
A null return value implies all active slices, while an empty array will raise an exception.
空返回值意味着所有片都是活动的,而空数组则会引发一个异常。
Of course, if the file is nonexistent or nonreadable, you can expect a negative return value.
当然,如果文件不存在或者不可读,您可以期望一个负返回值。
Use this method to obtain the return value of the RPC when RPC is declared with return value.
如果RPC声明了返回值,那么使用该方法来获取RPC的返回值。
If a return value is not otherwise specified, the default return value for a function is int.
如果返回值没有指定,那么函数的缺省返回值是int类型的。
When a remote method is called, the response encapsulates the return value of the method call.
当远端方法被调用时,响应就会将此方法调用的返回值封装起来。
The business delegate component invokes the service and wraps any return value as a model object.
业务委派组件调用该服务,并将任何返回值打包为模型对象。
In a data logic method, the return value is an object or value that matches the method signature.
在数据逻辑方法中,返回值是一个对象或与方法签名相匹配的值。
The call that creates a model is, however, a stored procedure that does not have any return value.
不过,创建模型的调用是一个不具有任何返回值的存储过程。
Return values are optionally indicated using a dashed arrow with a label indicating the return value.
返回值可以使用带有表明是返回值标签的虚线箭头表示。
The signature includes the type name, the list of parameters with types, and the method's return value.
签名包含了类型名字,参数列表及其类型,以及方法的返回值。
The argument to the success method is the return value of the call in the interface and implementation.
成功方法的参数是接口和实现中的调用的返回值。
The mapping is case insensitive and only matches if the method has a return value and no input parameters.
映射区分大小写,只有当方法拥有一个返回值而且没有输入参数时才能匹配。
ERANGE — You've called a function, and the return value is too large to be represented by the return type.
ERANGE:您已调用函数,但返回值太大而无法通过返回类型来呈现。
应用推荐