PowerSNMP for .NET
Insert Method (MibNodes)




Index to insert the MibNode at.
The Mibnode to insert.
Inserts a MibNode object at the specified index in the MibNodes collection. Locks on SyncRoot to provide automatic thread safety.
Syntax
Public Shadows Sub Insert( _
   ByVal index As Integer, _
   ByVal item As MibNode _
) 
Dim instance As MibNodes
Dim index As Integer
Dim item As MibNode
 
instance.Insert(index, item)
public new void Insert( 
   int index,
   MibNode item
)
public: new void Insert( 
   int index,
   MibNode* item
) 
public:
new void Insert( 
   int index,
   MibNode^ item
) 

Parameters

index
Index to insert the MibNode at.
item
The Mibnode to insert.
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