AsterixDisplayAnalyser.RecForwConnection9.IsConnectionActive C# (CSharp) Méthode

IsConnectionActive() private static méthode

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