예제 #1
0
        public void Unlatch()
        {
            _logger.CircuitResumed(Destination);

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

            Latched = false;
        }