public void Unlatch()
        {
            _logger.CircuitResumed(Destination);

            Start(_callback);
            Latched = false;
        }
Exemple #2
0
        public void Unlatch()
        {
            _logger.CircuitResumed(Destination);

            Latched = false;
        }