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

EndGetRestApi() public method

Finishes the asynchronous execution of the GetRestApi operation.
public EndGetRestApi ( IAsyncResult asyncResult ) : GetRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetRestApi.
return Amazon.APIGateway.Model.GetRestApiResponse
        public  GetRestApiResponse EndGetRestApi(IAsyncResult asyncResult)
        {
            return EndInvoke<GetRestApiResponse>(asyncResult);
        }
AmazonAPIGatewayClient