Click or drag to resize

EvaluatorHelperAllEvaluatorsAreThreadSafe Method (IThreadAware, IThreadAware)

Determines if every evaluator given is thread safe. Any evaluators that are are ignored.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static bool AllEvaluatorsAreThreadSafe(
	IThreadAware evaluator1,
	IThreadAware evaluator2
)

Parameters

evaluator1
Type: AGI.Foundation.InfrastructureIThreadAware
The first evaluator.
evaluator2
Type: AGI.Foundation.InfrastructureIThreadAware
The second evaluator.

Return Value

Type: Boolean
if every non-null evaluator given is thread safe; otherwise .
See Also