Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/13 13:54:49 (11 years ago)
Author:
pfleck
Message:

#2030
Configured Tcp binding for Hive service on Hive clients.
Added binding-configuration priority list in Hive settings for managing multiple binding-configurations.
Added retry mechanism for multiple Hive-service bindings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HivePerformance/sources/HeuristicLab.Clients.Hive/3.3/Settings.Designer.cs

    r9207 r9461  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.586
     4//     Runtime Version:4.0.30319.18034
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    1313   
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
    1616    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
     
    2626        [global::System.Configuration.ApplicationScopedSettingAttribute()]
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("1")]
     28        [global::System.Configuration.DefaultSettingValueAttribute("16")]
    2929        public int MaxParallelUploads {
    3030            get {
     
    5353        [global::System.Configuration.ApplicationScopedSettingAttribute()]
    5454        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    55         [global::System.Configuration.DefaultSettingValueAttribute("2")]
     55        [global::System.Configuration.DefaultSettingValueAttribute("4")]
    5656        public int MaxParallelDownloads {
    5757            get {
     
    7777            }
    7878        }
     79       
     80        [global::System.Configuration.ApplicationScopedSettingAttribute()]
     81        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     82        [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
     83<ArrayOfString xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
     84  <string>netTcpBinding_IHiveService</string>
     85  <string>wsHttpBinding_IHiveService</string>
     86</ArrayOfString>")]
     87        public global::System.Collections.Specialized.StringCollection EndpointConfigurationPriorities {
     88            get {
     89                return ((global::System.Collections.Specialized.StringCollection)(this["EndpointConfigurationPriorities"]));
     90            }
     91        }
     92       
     93        [global::System.Configuration.ApplicationScopedSettingAttribute()]
     94        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     95        [global::System.Configuration.DefaultSettingValueAttribute("5")]
     96        public int MaxEndpointRetries {
     97            get {
     98                return ((int)(this["MaxEndpointRetries"]));
     99            }
     100        }
    79101    }
    80102}
Note: See TracChangeset for help on using the changeset viewer.