EvaluatorHelperAllEvaluatorsAreThreadSafe Method (IThreadAware) |
Determines if every evaluator in an array is thread safe.
Any evaluators in the array that are are ignored.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static bool AllEvaluatorsAreThreadSafe(
params IThreadAware[] evaluators
)
Public Shared Function AllEvaluatorsAreThreadSafe (
ParamArray evaluators As IThreadAware()
) As Boolean
public:
static bool AllEvaluatorsAreThreadSafe(
... array<IThreadAware^>^ evaluators
)
static member AllEvaluatorsAreThreadSafe :
evaluators : IThreadAware[] -> bool
Parameters
- evaluators
- Type: AGI.Foundation.InfrastructureIThreadAware
The array of evaluators.
Return Value
Type:
Boolean if every non-null evaluator in the array is thread safe; otherwise
.
Exceptions See Also