SignalCollectionSelectSignals Method |
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic SignalCollection SelectSignals(
Predicate<Signal> match
)
Public Function SelectSignals (
match As Predicate(Of Signal)
) As SignalCollection
public:
SignalCollection^ SelectSignals(
Predicate<Signal^>^ match
)
member SelectSignals :
match : Predicate<Signal> -> SignalCollection
Parameters
- match
- Type: SystemPredicateSignal
A delegate defining the conditions on a Signal which will add it to the new collection.
Return Value
Type:
SignalCollectionThe new collection of signals.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when match is .
|
See Also