PowerSNMP for .NET
RemoveAll Method




A Predicate<MibNode> delegate that defines the conditions of the MibNode objects to remove.
Removes MibNode objects from the MibNodes collection that match the supplied Predicate. Locks on SyncRoot to provide automatic thread safety.
Syntax
Public Shadows Function RemoveAll( _
   ByVal match As Predicate(Of MibNode) _
) As Integer
Dim instance As MibNodes
Dim match As Predicate(Of MibNode)
Dim value As Integer
 
value = instance.RemoveAll(match)
public new int RemoveAll( 
   Predicate<MibNode> match
)
public: new int RemoveAll( 
   Predicate<MibNode*>* match
) 
public:
new int RemoveAll( 
   Predicate<MibNode^>^ match
) 

Parameters

match
A Predicate<MibNode> delegate that defines the conditions of the MibNode objects to remove.
See Also

Reference

MibNodes Class
MibNodes Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic