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




Initializes a new instance of the InformMessage class.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New InformMessage()
C# 
public InformMessage()
Managed Extensions for C++ 
public: InformMessage();
C++/CLI 
public:
InformMessage();

Remarks

This constructor will create an empty version 2 message. The application will typically use VariableCollection.Add to initialize the variables to be sent.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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