Changeset 7414
- Timestamp:
- 01/26/12 13:15:52 (13 years ago)
- Location:
- branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs
r7215 r7414 26 26 [global::System.Configuration.UserScopedSettingAttribute()] 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 [global::System.Configuration.DefaultSettingValueAttribute("00:00:20")]29 public global::System.TimeSpan HeartbeatInterval {30 get {31 return ((global::System.TimeSpan)(this["HeartbeatInterval"]));32 }33 set {34 this["HeartbeatInterval"] = value;35 }36 }37 38 [global::System.Configuration.UserScopedSettingAttribute()]39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]40 28 [global::System.Configuration.DefaultSettingValueAttribute("lastUsed.dat")] 41 29 public string LastUsedFileName { … … 311 299 } 312 300 } 301 302 [global::System.Configuration.UserScopedSettingAttribute()] 303 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 304 [global::System.Configuration.DefaultSettingValueAttribute("00:00:30")] 305 public global::System.TimeSpan HeartbeatInterval { 306 get { 307 return ((global::System.TimeSpan)(this["HeartbeatInterval"])); 308 } 309 set { 310 this["HeartbeatInterval"] = value; 311 } 312 } 313 313 } 314 314 } -
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings
r7215 r7414 3 3 <Profiles /> 4 4 <Settings> 5 <Setting Name="HeartbeatInterval" Type="System.TimeSpan" Scope="User">6 <Value Profile="(Default)">00:00:20</Value>7 </Setting>8 5 <Setting Name="LastUsedFileName" Type="System.String" Scope="User"> 9 6 <Value Profile="(Default)">lastUsed.dat</Value> … … 75 72 <Value Profile="(Default)">Trace</Value> 76 73 </Setting> 74 <Setting Name="HeartbeatInterval" Type="System.TimeSpan" Scope="User"> 75 <Value Profile="(Default)">00:00:30</Value> 76 </Setting> 77 77 </Settings> 78 78 </SettingsFile> -
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave/3.3/app.config
r7215 r7414 50 50 <userSettings> 51 51 <HeuristicLab.Clients.Hive.SlaveCore.Properties.Settings> 52 <setting name="HeartbeatInterval" serializeAs="String">53 <value>00:00:20</value>54 </setting>55 52 <setting name="LastUsedFileName" serializeAs="String"> 56 53 <value>lastUsed.dat</value> … … 122 119 <value>Trace</value> 123 120 </setting> 121 <setting name="HeartbeatInterval" serializeAs="String"> 122 <value>00:00:30</value> 123 </setting> 124 124 </HeuristicLab.Clients.Hive.SlaveCore.Properties.Settings> 125 125 </userSettings>
Note: See TracChangeset
for help on using the changeset viewer.