Rhino.ServiceBus.Config.BusConfigurationSection.SetupDefaults C# (CSharp) 메소드

SetupDefaults() 개인적인 메소드

private SetupDefaults ( ) : void
리턴 void
        private void SetupDefaults()
        {
            Properties.Add(new ConfigurationProperty("security", typeof(SecurityElement), null));
            Properties.Add(new ConfigurationProperty("bus", typeof(BusElement), null));
            Properties.Add(new ConfigurationProperty("loadBalancer", typeof(LoadBalancerElement), null));
            Properties.Add(new ConfigurationProperty("messages", typeof(MessageOwnerElementCollection), null));
            Properties.Add(new ConfigurationProperty("assemblies", typeof(AssemblyElementCollection), null));
        }