BatchJob.BatchJob.BatchJob C# (CSharp) Method

BatchJob() public method

public BatchJob ( ) : System
return System
        public BatchJob()
        {
            InitializeComponent();
            log4net.Config.XmlConfigurator.Configure();
            log = log4net.LogManager.GetLogger("Log.BatchJob");
            this.ServiceName = "BatchJob";
        }