PowerSNMP for .NET
Remove(String) Method




A MibNode name or OID that correlates to the MibNode to remove.
Removes the specified MibNode object from the MibNodes collection. Locks on SyncRoot to provide automatic thread safety.
Syntax
Public Overloads Sub Remove( _
   ByVal key As String _
) 
Dim instance As MibNodes
Dim key As String
 
instance.Remove(key)
public void Remove( 
   string key
)
public: void Remove( 
   string* key
) 
public:
void Remove( 
   String^ key
) 

Parameters

key
A MibNode name or OID that correlates to the MibNode to remove.
See Also

Reference

MibNodes Class
MibNodes Members
Overload List

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