|
58 | 58 | <Docs> |
59 | 59 | <param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param> |
60 | 60 | <param name="name">The name of the health check.</param> |
61 | | - <param name="tags">A list of tags that can be used to filter health checks.</param> |
62 | 61 | <param name="check">A delegate that provides the health check implementation.</param> |
| 62 | + <param name="tags">A list of tags that can be used to filter health checks.</param> |
63 | 63 | <summary> |
64 | 64 | Adds a new health check with the specified name and implementation. |
65 | 65 | </summary> |
|
91 | 91 | <Docs> |
92 | 92 | <param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param> |
93 | 93 | <param name="name">The name of the health check.</param> |
94 | | - <param name="tags">A list of tags that can be used to filter health checks.</param> |
95 | 94 | <param name="check">A delegate that provides the health check implementation.</param> |
| 95 | + <param name="tags">A list of tags that can be used to filter health checks.</param> |
96 | 96 | <summary> |
97 | 97 | Adds a new health check with the specified name and implementation. |
98 | 98 | </summary> |
|
131 | 131 | <Docs> |
132 | 132 | <param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param> |
133 | 133 | <param name="name">The name of the health check.</param> |
134 | | - <param name="tags">A list of tags that can be used to filter health checks.</param> |
135 | 134 | <param name="check">A delegate that provides the health check implementation.</param> |
| 135 | + <param name="tags">A list of tags that can be used to filter health checks.</param> |
136 | 136 | <param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param> |
137 | 137 | <summary> |
138 | 138 | Adds a new health check with the specified name and implementation. |
|
172 | 172 | <Docs> |
173 | 173 | <param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param> |
174 | 174 | <param name="name">The name of the health check.</param> |
175 | | - <param name="tags">A list of tags that can be used to filter health checks.</param> |
176 | 175 | <param name="check">A delegate that provides the health check implementation.</param> |
| 176 | + <param name="tags">A list of tags that can be used to filter health checks.</param> |
177 | 177 | <param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param> |
178 | 178 | <summary> |
179 | 179 | Adds a new health check with the specified name and implementation. |
|
206 | 206 | <Docs> |
207 | 207 | <param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param> |
208 | 208 | <param name="name">The name of the health check.</param> |
209 | | - <param name="tags">A list of tags that can be used to filter health checks.</param> |
210 | 209 | <param name="check">A delegate that provides the health check implementation.</param> |
| 210 | + <param name="tags">A list of tags that can be used to filter health checks.</param> |
211 | 211 | <summary> |
212 | 212 | Adds a new health check with the specified name and implementation. |
213 | 213 | </summary> |
|
246 | 246 | <Docs> |
247 | 247 | <param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param> |
248 | 248 | <param name="name">The name of the health check.</param> |
249 | | - <param name="tags">A list of tags that can be used to filter health checks.</param> |
250 | 249 | <param name="check">A delegate that provides the health check implementation.</param> |
| 250 | + <param name="tags">A list of tags that can be used to filter health checks.</param> |
251 | 251 | <summary> |
252 | 252 | Adds a new health check with the specified name and implementation. |
253 | 253 | </summary> |
|
286 | 286 | <Docs> |
287 | 287 | <param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param> |
288 | 288 | <param name="name">The name of the health check.</param> |
289 | | - <param name="tags">A list of tags that can be used to filter health checks.</param> |
290 | 289 | <param name="check">A delegate that provides the health check implementation.</param> |
| 290 | + <param name="tags">A list of tags that can be used to filter health checks.</param> |
291 | 291 | <param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param> |
292 | 292 | <summary> |
293 | 293 | Adds a new health check with the specified name and implementation. |
|
327 | 327 | <Docs> |
328 | 328 | <param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder" />.</param> |
329 | 329 | <param name="name">The name of the health check.</param> |
330 | | - <param name="tags">A list of tags that can be used to filter health checks.</param> |
331 | 330 | <param name="check">A delegate that provides the health check implementation.</param> |
| 331 | + <param name="tags">A list of tags that can be used to filter health checks.</param> |
332 | 332 | <param name="timeout">An optional <see cref="T:System.TimeSpan" /> representing the timeout of the check.</param> |
333 | 333 | <summary> |
334 | 334 | Adds a new health check with the specified name and implementation. |
|
0 commit comments