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

EndDeleteRestApi() public method

Finishes the asynchronous execution of the DeleteRestApi operation.
public EndDeleteRestApi ( IAsyncResult asyncResult ) : DeleteRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteRestApi.
return DeleteRestApiResponse
        public  DeleteRestApiResponse EndDeleteRestApi(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteRestApiResponse>(asyncResult);
        }
AmazonAPIGatewayClient