Create a remote service asynchronous interface.
创建远程服务异步接口。
Create an instance of the asynchronous interface.
创建异步接口的实例。
Listing 9 is the remote service asynchronous interface for the sample application.
清单9是示例应用程序的远程服务异步接口。
The asynchronous interface must also live in the same package as the remote interface.
异步接口必须放在与远程接口相同的包中。
In this code you see the asynchronous version of your interface being called.
在这段代码中,您看到了被调用接口的异步版本。
You must also define an asynchronous version of the interface, as shown in Listing 3.
您还必须定义一个异步版本的接口,如清单3所示。
You must also define an asynchronous version of the interface, as shown in Listing 3.
您还必须定义一个异步版本的接口,如清单3所示。
应用推荐