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

ActiveMQTransportFactoryAttribute() public méthode

public ActiveMQTransportFactoryAttribute ( string scheme ) : System
scheme string
Résultat System
        public ActiveMQTransportFactoryAttribute(string scheme)
            : base(scheme)
        {
        }
ActiveMQTransportFactoryAttribute