PowerSNMP for .NET
ReportMessage Constructor(RequestMessage)




The RequestMessage representing the request received from the SNMP manager.
Initializes a new instance of the ReportMessage class based upon the request provided.
Syntax
Public Function New( _
   ByVal request As RequestMessage _
)
Dim request As RequestMessage
 
Dim instance As New ReportMessage(request)
public ReportMessage( 
   RequestMessage request
)
public: ReportMessage( 
   RequestMessage* request
)
public:
ReportMessage( 
   RequestMessage^ request
)

Parameters

request
The RequestMessage representing the request received from the SNMP manager.
Remarks

This constructor will create a ReportMessage with a matching MessageBase.Version, StandardMessage.Id, and StandardMessage.Security. All RequestMessage types are supported.

See Also

Reference

ReportMessage Class
ReportMessage Members
Overload List

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic