Click or drag to resize

EvaluatorHelper.AllEvaluatorsAreAvailable Method (JulianDate,IAvailability[])

Determines whether all evaluators in an array are available at a given time.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static bool AllEvaluatorsAreAvailable(
	JulianDate date,
	params IAvailability[] evaluators
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The date at which to determine availability.
evaluators
Type:AGI.Foundation.Time.IAvailability[]
The array of evaluators.

Return Value

Type: Boolean
true if all evaluators in the array are available for the given date; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when evaluators is null.
See Also