File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/WebJobs.Script/Config Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,6 @@ public ScriptHostConfiguration()
76
76
/// </summary>
77
77
public ICollection < string > Functions { get ; set ; }
78
78
79
- /// <summary>
80
- /// Gets the set of <see cref="ScriptBindingProviders"/> to use when loading functions.
81
- /// </summary>
82
- public ICollection < ScriptBindingProvider > BindingProviders { get ; internal set ; }
83
-
84
79
/// <summary>
85
80
/// Gets or sets a value indicating the timeout duration for all functions. If null,
86
81
/// there is no timeout duration.
@@ -106,6 +101,11 @@ public ScriptHostConfiguration()
106
101
/// </summary>
107
102
public LogCategoryFilter LogFilter { get ; set ; }
108
103
104
+ /// <summary>
105
+ /// Gets or sets the set of <see cref="ScriptBindingProviders"/> to use when loading functions.
106
+ /// </summary>
107
+ internal ICollection < ScriptBindingProvider > BindingProviders { get ; set ; }
108
+
109
109
/// <summary>
110
110
/// Gets or sets a test hook for modifying the configuration after host.json has been processed.
111
111
/// </summary>
You can’t perform that action at this time.
0 commit comments