Amazon.APIGateway.AmazonAPIGatewayClient.EndGetResources C# (CSharp) Method

EndGetResources() public method

Finishes the asynchronous execution of the GetResources operation.
public EndGetResources ( IAsyncResult asyncResult ) : GetResourcesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetResources.
return Amazon.APIGateway.Model.GetResourcesResponse
        public  GetResourcesResponse EndGetResources(IAsyncResult asyncResult)
        {
            return EndInvoke<GetResourcesResponse>(asyncResult);
        }
AmazonAPIGatewayClient