Rhino.ServiceBus.Config.BusConfigurationSection.SetupDefaults C# (CSharp) Method

SetupDefaults() private method

private SetupDefaults ( ) : void
return 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));
        }