PRoConEvents.MULTIbalancer.DebugFetch C# (CSharp) Méthode

DebugFetch() private méthode

private DebugFetch ( String msg ) : void
msg String
Résultat void
        private void DebugFetch(String msg)
        {
            DebugFetch(msg, 7);
        }

Same methods

MULTIbalancer::DebugFetch ( String msg, int level ) : void
MULTIbalancer