PowerSNMP for .NET CF
GetBulkMessage Class
Members  See Also  Send comments on this topic.
Dart.Snmp Namespace : GetBulkMessage Class




The GetBulkMessage class can be used to request large amounts of information from SNMP version 2/3 agents.

Object Model

GetBulkMessage ClassSegment ClassVariableCollection ClassVariable Class

Syntax

Visual Basic (Declaration) 
Public Class GetBulkMessage 
   Inherits RequestMessage
Visual Basic (Usage)Copy Code
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 

Remarks

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).

Inheritance Hierarchy

System.Object
   Dart.Snmp.MessageBase
      Dart.Snmp.StandardMessage
         Dart.Snmp.RequestMessage
            Dart.Snmp.GetBulkMessage

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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