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




Initializes a new instance of the GetMessage class.

Syntax

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

Remarks

An SNMP manager will use this constructor before adding variables to MessageBase.Variables. It is expected that the agent will provide the values for those IIDs provided in MessageBase.Variables. The Manager component uses the Encode method to encode the message before sending.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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