Apache.NMS.ActiveMQ.Transport.LoggingTransport.LoggingTransport C# (CSharp) 메소드

LoggingTransport() 공개 메소드

public LoggingTransport ( ITransport next ) : System
next ITransport
리턴 System
        public LoggingTransport(ITransport next)
            : base(next)
        {
        }