System.Runtime.Remoting.InternalRemotingServices.RemotingTrace C# (CSharp) Méthode

RemotingTrace() private méthode

private RemotingTrace ( ) : void
Résultat void
        public static void RemotingTrace(params Object[]messages)
        {
                BCLDebug.Trace("REMOTINGCHANNELS",messages);                                                            
        }