Click or drag to resize

SignalCollection Constructor (SignalCollection)

Create a new instance based on combining an existing set of signal collections.

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(
	params SignalCollection[] signals
)

Parameters

signals
Type: AGI.Foundation.CommunicationsSignalCollection
The set of signals contained in this composite.
See Also