AsterixDisplayAnalyser.RecForwConnection1.IsConnectionActive C# (CSharp) 메소드

IsConnectionActive() 개인적인 정적인 메소드

private static IsConnectionActive ( ) : bool
리턴 bool
        private static bool IsConnectionActive()
        {
            if (ListenForDataThread != null)
                return ListenForDataThread.IsAlive;
            else
                return false;
        }