API Reference
Class
PlanningContext
Ambient context for exposing the run's DataBus to execution pipeline. Uses AsyncLocal to flow across async boundaries during a single Testimo run.
Inheritance
- Object
- PlanningContext
Inherited Methods
Properties
public static IDataBus CurrentDataBus { get; set; } #Data bus available to the current async execution context.