PowerSNMP for .NET
Import Method (MibNodes)




Imports additional MibNode and MibTrap objects.
Syntax
Public Sub Import( _
   ByVal mibDefs As List(Of MibDefinition) _
) 
Dim instance As MibNodes
Dim mibDefs As List(Of MibDefinition)
 
instance.Import(mibDefs)
public void Import( 
   List<MibDefinition> mibDefs
)
public: void Import( 
   List<MibDefinition*>* mibDefs
) 
public:
void Import( 
   List<MibDefinition^>^ mibDefs
) 

Parameters

mibDefs
Remarks
The imported MibNode and MibTrap objects may be created within Visual Studio (using "Import MIB Files" from the right-click context menu for our components in the designer) or from an application using MibNodes.GenerateCode() under environments compatible with the method.
See Also

Reference

MibNodes Class
MibNodes Members


PowerSNMP for .NET Documentation Version 6.0
© 2021 Dart Communications. All Rights Reserved.
Send comments on this topic