| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal request As RequestMessage _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim request As RequestMessage Dim instance As New ReportMessage(request) | |
| C# | |
|---|---|
public ReportMessage( RequestMessage request ) | |
| Managed Extensions for C++ | |
|---|---|
public: ReportMessage( RequestMessage* request ) | |
| C++/CLI | |
|---|---|
public: ReportMessage( RequestMessage^ request ) | |
Parameters
- request
- The RequestMessage representing the request received from the SNMP manager.
This constructor will create a ReportMessage with a matching MessageBase.Version, StandardMessage.Id, and StandardMessage.Security. All RequestMessage types are supported, including GetNextMessage and GetBulkMessage.
Target Platforms: Microsoft .NET Framework 2.0