Ejemplo n.º 1
0
        private void NotifyNewestCheckResult(Endpoint endpoint, EndpointCheckResult?endpointCheckResult)
        {
            if (endpointCheckResult == null)
            {
                return;
            }

            _notifier.NotifySingleResult(endpoint, endpointCheckResult);
        }
Ejemplo n.º 2
0
 private void NotifyNewestCheckResult(Endpoint endpoint, EndpointCheckResult endpointCheckResult)
 {
     _notifier.NotifySingleResult(endpoint, endpointCheckResult);
 }