NLog.Config.LoggingConfigurationReloadedEventArgs.LoggingConfigurationReloadedEventArgs C# (CSharp) Method

LoggingConfigurationReloadedEventArgs() public method

Initializes a new instance of the LoggingConfigurationReloadedEventArgs class.
public LoggingConfigurationReloadedEventArgs ( bool succeeded ) : System
succeeded bool Whether configuration reload has succeeded.
return System
        public LoggingConfigurationReloadedEventArgs(bool succeeded)
        {
            this.Succeeded = succeeded;
        }

Same methods

LoggingConfigurationReloadedEventArgs::LoggingConfigurationReloadedEventArgs ( bool succeeded, Exception exception ) : System
LoggingConfigurationReloadedEventArgs