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

EndDeleteMethod() public method

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