AsterixDisplayAnalyser.RecForwConnection7.IsConnectionActive C# (CSharp) Method

IsConnectionActive() private static method

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