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

ActiveMQTransportFactoryAttribute() 공개 메소드

public ActiveMQTransportFactoryAttribute ( string scheme ) : System
scheme string
리턴 System
        public ActiveMQTransportFactoryAttribute(string scheme)
            : base(scheme)
        {
        }
ActiveMQTransportFactoryAttribute