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

RegisterTransportFactory() 공개 메소드

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