Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/27/15 14:52:42 (9 years ago)
Author:
jkarder
Message:

#2468: implemented checkpointing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs

    r11651 r12920  
    299299            }
    300300        }
     301       
     302        [global::System.Configuration.UserScopedSettingAttribute()]
     303        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     304        [global::System.Configuration.DefaultSettingValueAttribute("10:00:00")]
     305        public global::System.TimeSpan CheckpointInterval {
     306            get {
     307                return ((global::System.TimeSpan)(this["CheckpointInterval"]));
     308            }
     309            set {
     310                this["CheckpointInterval"] = value;
     311            }
     312        }
     313       
     314        [global::System.Configuration.UserScopedSettingAttribute()]
     315        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     316        [global::System.Configuration.DefaultSettingValueAttribute("00:05:00")]
     317        public global::System.TimeSpan CheckpointCheckInterval {
     318            get {
     319                return ((global::System.TimeSpan)(this["CheckpointCheckInterval"]));
     320            }
     321            set {
     322                this["CheckpointCheckInterval"] = value;
     323            }
     324        }
    301325    }
    302326}
Note: See TracChangeset for help on using the changeset viewer.