Ejemplo n.º 1
0
        public async Task <bool> SetError(string linkId)
        {
            var url = _urlBuilder.BuildSetErrorUrl(linkId);

            _logger.LogTrace($"setting {linkId} to error...");
            return(await SendAsyncRequest(url));
        }