Event based Warmer, allowing more flexibility than other Warmer implementations.
More...
Event based Warmer, allowing more flexibility than other Warmer implementations.
◆ CustomWarmer()
Instantiate CustomerWarmer.
- Parameters
-
| config | Configuration of Check |
| requester | HTTP requester |
◆ WarmAsync() [1/2]
| async Task SiteWarmer.Core.CustomWarmer.WarmAsync |
( |
Action< Check > |
action | ) |
|
|
inline |
Warm all URLs in IConfig.
- Parameters
-
| action | Custom action to execute after each Check is requested |
◆ WarmAsync() [2/2]
| async Task SiteWarmer.Core.CustomWarmer.WarmAsync |
( |
IEnumerable< Check > |
checks, |
|
|
Action< Check > |
action |
|
) |
| |
|
inline |
Warm all URLs in the Check collection passed in.
- Parameters
-
| checks | Check collection to warm |
| action | Custom action to execute after each Check is requested |
The documentation for this class was generated from the following file: