SignalCollectionRemoveSignals 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 RemoveSignals(
Predicate<Signal> match
)
Public Function RemoveSignals (
match As Predicate(Of Signal)
) As SignalCollection
public:
SignalCollection^ RemoveSignals(
Predicate<Signal^>^ match
)
member RemoveSignals :
match : Predicate<Signal> -> SignalCollection
Parameters
- match
- Type: SystemPredicateSignal
A delegate defining the conditions on a Signal which will remove it from the new collection.
Return Value
Type:
SignalCollectionThe new collection of signals.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when match is .
|
See Also