Click or drag to resize

SignalCollectionAddSignals Method (Signal)

Creates a new SignalCollection by adding signals.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SignalCollection AddSignals(
	params Signal[] signals
)

Parameters

signals
Type: AGI.Foundation.CommunicationsSignal
A set of signals to add.

Return Value

Type: SignalCollection
The new collection of signals.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when signals is , or when any of the contained signals is .
See Also