Apache.NMS.ActiveMQ.Util.FactoryAttribute.FactoryAttribute C# (CSharp) Method

FactoryAttribute() public method

public FactoryAttribute ( string factoryIdentifier ) : System
factoryIdentifier string
return System
        public FactoryAttribute(string factoryIdentifier)
        {
            this.factoryIdentifier = factoryIdentifier;
        }
FactoryAttribute