PowerSNMP for .NET CF
ManagerSlave Constructor
See Also  Send comments on this topic.
Dart.Snmp Namespace > ManagerSlave Class : ManagerSlave Constructor




manager
The parent Manager that holds information common to multiple ManagerSlave objects.
Used to create an instance of a ManagerSlave.

Syntax

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

Parameters

manager
The parent Manager that holds information common to multiple ManagerSlave objects.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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