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

EndDeleteMethodResponse() public method

Finishes the asynchronous execution of the DeleteMethodResponse operation.
public EndDeleteMethodResponse ( IAsyncResult asyncResult ) : DeleteMethodResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteMethodResponse.
return DeleteMethodResponseResponse
        public  DeleteMethodResponseResponse EndDeleteMethodResponse(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteMethodResponseResponse>(asyncResult);
        }
AmazonAPIGatewayClient