Click or drag to resize

ConstraintQueryBuilderRequiredTimeObservers Property

Gets the list of time observers required by each evaluator in this constraint query. There will be one item in this list for each item in Evaluators.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ReadOnlyCollection<IServiceProvider> RequiredTimeObservers { get; }

Property Value

Type: ReadOnlyCollectionIServiceProvider
See Also