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

EndDeleteModel() public method

Finishes the asynchronous execution of the DeleteModel operation.
public EndDeleteModel ( IAsyncResult asyncResult ) : DeleteModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteModel.
return DeleteModelResponse
        public  DeleteModelResponse EndDeleteModel(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteModelResponse>(asyncResult);
        }
AmazonAPIGatewayClient