예제 #1
0
        //  Internal function to add a reconnect timer
        private void AddReconnectTimer()
        {
            int rcIvl = GetNewReconnectIvl();

            m_ioObject.AddTimer(rcIvl, ReconnectTimerId);
            m_socket.EventConnectRetried(m_endpoint, rcIvl);
            m_timerStarted = true;
        }