PowerSNMP for .NET
Agent Constructor(IContainer)




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

Parameters

container
An object that implements IContainer. The Agent component adds itself to this container so it will be disposed of by the site.
See Also

Reference

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