Click or drag to resize

EvaluatorHelper.AllEvaluatorsAreThreadSafe Method

Overload List
  NameDescription
Public methodStatic memberAllEvaluatorsAreThreadSafe<T>(IEnumerable<T>)
Determines if every evaluator in a collection is thread safe. Any evaluators in the collection that are null are ignored.
Public methodStatic memberAllEvaluatorsAreThreadSafe(IThreadAware)
Determines if every evaluator given is thread safe. Any evaluators that are null are ignored.
Public methodStatic memberAllEvaluatorsAreThreadSafe(IThreadAware[])
Determines if every evaluator in an array is thread safe. Any evaluators in the array that are null are ignored.
Public methodStatic memberAllEvaluatorsAreThreadSafe<T>(TimeIntervalCollection<T>)
Determines if every evaluator stored as Data in a TimeIntervalCollection<T> is thread safe. Any evaluators in the collection that are null are ignored.
Public methodStatic memberAllEvaluatorsAreThreadSafe(IThreadAware, IThreadAware)
Determines if every evaluator given is thread safe. Any evaluators that are null are ignored.
Public methodStatic memberAllEvaluatorsAreThreadSafe(IThreadAware, IThreadAware, IThreadAware)
Determines if every evaluator given is thread safe. Any evaluators that are null are ignored.
Top
See Also