public static class AppHubClient.ListDiscoveredServicesPage extends AbstractPage<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService,AppHubClient.ListDiscoveredServicesPage>
Methods
createPage(PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> context, ListDiscoveredServicesResponse response)
protected AppHubClient.ListDiscoveredServicesPage createPage(PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> context, ListDiscoveredServicesResponse response)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> |
response |
ListDiscoveredServicesResponse |
Returns | |
---|---|
Type | Description |
AppHubClient.ListDiscoveredServicesPage |
createPageAsync(PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> context, ApiFuture<ListDiscoveredServicesResponse> futureResponse)
public ApiFuture<AppHubClient.ListDiscoveredServicesPage> createPageAsync(PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> context, ApiFuture<ListDiscoveredServicesResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> |
futureResponse |
ApiFuture<ListDiscoveredServicesResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListDiscoveredServicesPage> |