PowerSNMP for .NET
Add Method (MibNodes)




MibNode object to add.
Adds a MibNode object to the MibNodes collection. Locks on SyncRoot to provide automatic thread safety.
Syntax
Public Shadows Sub Add( _
   ByVal value As MibNode _
) 
Dim instance As MibNodes
Dim value As MibNode
 
instance.Add(value)
public new void Add( 
   MibNode value
)
public: new void Add( 
   MibNode* value
) 
public:
new void Add( 
   MibNode^ value
) 

Parameters

value
MibNode object to add.
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