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




Initializes a new instance of the ReportMessage class.

Syntax

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

Remarks

ReportMessage derives from ResponseMessage.

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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