Click or drag to resize

SignalCollection Constructor (IEnumerableSignalCollection)

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(
	IEnumerable<SignalCollection> signalCollections
)

Parameters

signalCollections
Type: System.Collections.GenericIEnumerableSignalCollection
The existing signal collections to combine.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when signalCollections is , or when any item in signalCollections is .
See Also