
Visual Basic (Declaration) | |
---|---|
Public Class GetBulkMessage Inherits RequestMessage |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As GetBulkMessage |
C# | |
---|---|
public class GetBulkMessage : RequestMessage |
Managed Extensions for C++ | |
---|---|
public __gc class GetBulkMessage : public RequestMessage |
C++/CLI | |
---|---|
public ref class GetBulkMessage : public RequestMessage |
GetBulkMessage derives from the RequestMessage class. It is typically used by an SNMP manager to request repetitive row (table) information from an SNMP agent. The agent will typically respond by constructing and sending the manager a ResponseMessage that can be very large.
ManagerSlave.GetTable is an easy-to-use method that "walks" a table using the relatively inefficient GetNextMessage technique. More advanced applications can use GetBulkMessage to get an entire table using a single message (the Microsoft platform will support packets as large as 64K bytes).
System.Object
Dart.Snmp.MessageBase
Dart.Snmp.StandardMessage
Dart.Snmp.RequestMessage
Dart.Snmp.GetBulkMessage
Target Platforms: Microsoft .NET Framework 2.0