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

EndUpdateModel() public method

Finishes the asynchronous execution of the UpdateModel operation.
public EndUpdateModel ( IAsyncResult asyncResult ) : UpdateModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateModel.
return Amazon.APIGateway.Model.UpdateModelResponse
        public  UpdateModelResponse EndUpdateModel(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateModelResponse>(asyncResult);
        }
AmazonAPIGatewayClient