SignalCollectionRemoveSignals Method |
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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 See Also