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




Initializes a new instance of the GetNextMessage class.

Syntax

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

Remarks

An SNMP manager will use this constructor before adding Variable instances to MessageBase.Variables. The Manager component will use the Encode method to encode the message before sending, but the application can also use the Encode method to inspect the contents of the encoded message.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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