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




Used to hold the MIB data managed by the Agent.

Object Model

VariableList ClassVariable Class

Syntax

Visual Basic (Declaration) 
Public Class VariableList 
   Inherits System.Collections.Generic.SortedList(Of String,Variable)
Visual Basic (Usage)Copy Code
Dim instance As VariableList
Managed Extensions for C++ 
public __gc class VariableList : public System.Collections.Generic.SortedList<string,Variable> 
C++/CLI 
public ref class VariableList : public System.Collections.Generic.SortedList<String,Variable> 

Remarks

The Agent class uses Agent.Variables to generate a response for each request it processes.

This collection is lexicographically sorted by instance id (IID); each IID must be unique. The IID is used as the key to lookup variables in the list.

Users should synchronize access from other threads by using the lock construct on the SyncRoot property.

Inheritance Hierarchy

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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