Apache.NMS.ActiveMQ.Transport.TransportFactory.RegisterTransportFactory C# (CSharp) Method

RegisterTransportFactory() public method

public RegisterTransportFactory ( string scheme, Type factoryType ) : void
scheme string
factoryType System.Type
return void
        public void RegisterTransportFactory(string scheme, Type factoryType)
        {
            TRANSPORT_FACTORY_TYPES[scheme] = factoryType;
        }