当WSDL描述一个对象时,每一个部分映射到一个方法调用的参数上。
When WSDL describes an object, each part maps to an argument of a method call.
如果调用一个对象的方法,代码也被添加到内部缓冲区中。
If you call an object's method, the code is added to the internal buffer.
为了调用这个方法,您需要创建一个颜色对象,并传递给控件。
To call the method, you'll need to create an object of that color to pass to the control.
要访问提供的对象,调用这个方法即可。
如果有,目标对象调用该方法。
现在,可以在所创建的对象上调用各种方法。
客户机应用程序直接调用远程对象存根上的方法。
The client application invokes methods directly on a remote object's stub.
API很直观:您调用单个方法,并返回一个连接对象。
The API is straightforward: You call a singleton method and get back a connection object.
可以更新这个对象,然后调用update方法。
如果出现了任何问题,我们将调用事务对象中的rollback方法。
If a problem occurs, we will call the rollback method on the transaction object.
当Work对象发送到另一个线程时将调用run()方法。
The run() method is called when the Work object is dispatched to another thread.
必须显式地调用close方法;否则,会出现对象泄漏。
An explicit call to the close method is a must; otherwise, object leaks result.
Future——存储活动对象上的方法调用的结果。
Future? Stores the result of a method call on the active object.
调用Call对象的invoke方法。
想要向FileInfo对象增加信息,必须调用add_string_attribute方法。
To add information to the FileInfo object, you must call the add_string_attribute method.
也就是说,调用了Class对象的to_s方法。
bind方法调用的第二个参数是步骤3中的MessagingPreferences对象。
The second parameter of the Context.bind method call is the MessagingPreferences object from Step 3.
下一步,我们只是调用该代理对象的一个方法。
In the next step, we simply invoke a method of the proxy object.
然后在这些对象上调用receive方法。
然后,你必须在这个委托对象上调用BeginInvoke方法。
最后,客户端调用远程对象上的create方法。
Finally, the client then invokes the create method on the remote object.
首先,对字符串对象“hello”调用methods方法。
First the methods method is invoked on the string object "hello."
也可以通过方法调用来传递对象。
然后,它会调用open方法并返回初始化了的request对象。
Then, it calls the open method and returns the initialized request object.
因此您可以像调用其它对象一样来调用nil对象的方法。
下一步是调用cipher对象的init方法初始化这个对象。
The next step is to initiate the cipher object by calling its init method.
用名为accounts的Map对象调用的collect()方法可以展示这一点。
This is shown with the collect() method called with the Map object referenced as accounts.
调用一个对象的方法,取代另一个对象作为当前对象。
Calls a method of an object substituting another object for the current object.
调用一个对象的方法,取代另一个对象作为当前对象。
Calls a method of an object substituting another object for the current object.
应用推荐