Apache.NMS.ActiveMQ.Transport.ActiveMQTransportFactoryAttribute.ActiveMQTransportFactoryAttribute C# (CSharp) Method

ActiveMQTransportFactoryAttribute() public method

public ActiveMQTransportFactoryAttribute ( string scheme ) : System
scheme string
return System
        public ActiveMQTransportFactoryAttribute(string scheme)
            : base(scheme)
        {
        }
ActiveMQTransportFactoryAttribute