API Reference
Class
AdDataStager
Executes the plan to warm ADPlayground caches once per domain/object type.
Inheritance
- Object
- AdDataStager
Methods
public static async Task StageAsync(AdPlan plan, Boolean showProgress = false, CancellationToken cancellationToken = null) #Returns:
TaskExecutes the data warm-up plan to populate AD caches for rules.
Parameters
- plan TestimoX.Planning.AdPlan
- Plan describing per-domain data to preload.
- showProgress System.Boolean = false
- When true and supported, renders an interactive progress view.
- cancellationToken System.Threading.CancellationToken = null
- Cancellation token.