PowerSNMP for .NET CF
Manager Constructor(IContainer)
See Also  Send comments on this topic.
Dart.Snmp Namespace > Manager Class > Manager Constructor : Manager Constructor(IContainer)




container
An object that implements IContainer. The Manager component adds itself to this container so it will not be disposed of until the container is disposed of.
Creates a new instance of the Manager class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal container As IContainer _
)
Visual Basic (Usage)Copy Code
Dim container As IContainer
 
Dim instance As New Manager(container)
C# 
public Manager( 
   IContainer container
)
Managed Extensions for C++ 
public: Manager( 
   IContainer* container
)
C++/CLI 
public:
Manager( 
   IContainer^ container
)

Parameters

container
An object that implements IContainer. The Manager component adds itself to this container so it will not be disposed of until the container is disposed of.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.