PowerSNMP for .NET
Manager Constructor(IContainer)




An object that implements IContainer. The Manager component adds itself to this container so it can be disposed of.
Creates a new instance of the Manager class.
Syntax
Public Function New( _
   ByVal container As IContainer _
)
Dim container As IContainer
 
Dim instance As New Manager(container)
public Manager( 
   IContainer container
)
public: Manager( 
   IContainer* container
)
public:
Manager( 
   IContainer^ container
)

Parameters

container
An object that implements IContainer. The Manager component adds itself to this container so it can be disposed of.
See Also

Reference

Manager Class
Manager 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