PowerSNMP for .NET
Remove(MibNode) Method




The MibNode to remove.
Removes the specified MibNode object from the MibNodes collection. Locks on SyncRoot to provide automatic thread safety.
Syntax
Public Overloads Shadows Sub Remove( _
   ByVal value As MibNode _
) 
Dim instance As MibNodes
Dim value As MibNode
 
instance.Remove(value)
public new void Remove( 
   MibNode value
)
public: new void Remove( 
   MibNode* value
) 
public:
new void Remove( 
   MibNode^ value
) 

Parameters

value
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