AccessQueryStartAndMaintain.GetEvaluator Method (IServiceProvider, EvaluatorGroup) |
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic override AccessEvaluator GetEvaluator(
IServiceProvider timeObserver,
EvaluatorGroup group
)
Public Overrides Function GetEvaluator (
timeObserver As IServiceProvider,
group As EvaluatorGroup
) As AccessEvaluator
public:
virtual AccessEvaluator^ GetEvaluator(
IServiceProvider^ timeObserver,
EvaluatorGroup^ group
) override
abstract GetEvaluator :
timeObserver : IServiceProvider *
group : EvaluatorGroup -> AccessEvaluator
override GetEvaluator :
timeObserver : IServiceProvider *
group : EvaluatorGroup -> AccessEvaluator
Parameters
- timeObserver
- Type: System.IServiceProvider
The IServiceProvider time observer to use when evaluating this query. - group
- Type: AGI.Foundation.EvaluatorGroup
The group with which to associate the new evaluator. By grouping evaluators
that are often evaluated at the same Julian dates, common computations can be performed only once
for the entire group instead of multiple times for each evaluator.
Return Value
Type:
AccessEvaluatorThe evaluator.
Exceptions
See Also