Click or drag to resize

AccessStoppingConditionTimeObserver Property

Gets or sets the time observer of the access query. By default this is .

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IServiceProvider TimeObserver { get; set; }

Property Value

Type: IServiceProvider
Remarks
Some access queries require this to be set before computation.
See Also