TestimoX

API Reference

Class

AdDataStager

Namespace TestimoX.Planning
Assembly TestimoX
Modifiers static

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: Task

Executes the data warm-up plan to populate AD caches for rules.

Parameters

plan TestimoX.Planning.AdPlan requiredposition: 0
Plan describing per-domain data to preload.
showProgress System.Boolean = false optionalposition: 1
When true and supported, renders an interactive progress view.
cancellationToken System.Threading.CancellationToken = null optionalposition: 2
Cancellation token.