Apache.NMS.ActiveMQ.Transport.LoggingTransport.LoggingTransport C# (CSharp) Méthode

LoggingTransport() public méthode

public LoggingTransport ( ITransport next ) : System
next ITransport
Résultat System
        public LoggingTransport(ITransport next)
            : base(next)
        {
        }