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

EndGetRestApis() public method

Finishes the asynchronous execution of the GetRestApis operation.
public EndGetRestApis ( IAsyncResult asyncResult ) : GetRestApisResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetRestApis.
return Amazon.APIGateway.Model.GetRestApisResponse
        public  GetRestApisResponse EndGetRestApis(IAsyncResult asyncResult)
        {
            return EndInvoke<GetRestApisResponse>(asyncResult);
        }
AmazonAPIGatewayClient