System.Runtime.Remoting.InternalRemotingServices.RemotingTrace C# (CSharp) Method

RemotingTrace() private method

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