See Also

Agent Class  | Agent Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

container
An object that implements IContainer. The Agent component adds itself to this container so it will not be disposed of until the container is disposed of.
See Also Languages PowerSNMP for .NET

Agent Constructor(IContainer)

Dart.PowerSNMP Namespace > Agent Class > Agent Constructor : Agent Constructor(IContainer)

Initializes a new instance of the Agent class.

[Visual Basic]
Public Function New( _    ByVal container As IContainer _ )
[C#]
public Agent(    IContainer container );
[C++]
public: Agent(    IContainer* container )
[C++/CLI]
public: Agent(    IContainer^ container )

Parameters

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

Exceptions

ExceptionDescription
LicenseExceptionThe free trial license has expired and no development license has been purchased.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

Agent Class  | Agent Members  | Overload List


Send comments on this topic.

Documentation version 1.2.0.0.

© 2008 Dart Communications.  All rights reserved.