Click or drag to resize

SignalEvaluator Constructor (EvaluatorGroup)

Initializes a new instance.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected SignalEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group that contains this evaluator.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group is .
See Also