NServiceBus.ConfigurePurging.PurgeOnStartup C# (CSharp) Method

PurgeOnStartup() private method

private PurgeOnStartup ( this config ) : bool
config this
return bool
        public static bool PurgeOnStartup(this Configure config)
        {
            throw new NotImplementedException();
        }
    }

Same methods

ConfigurePurging::PurgeOnStartup ( this config, bool value ) : void
ConfigurePurging