PowerSNMP for .NET CF
DiscoveredEngines Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > Manager Class : DiscoveredEngines Field




Used to cache EngineId, EngineTime, and EngineBoot values that have been previously discovered.

Syntax

Visual Basic (Declaration) 
Public ReadOnly DiscoveredEngines As Dictionary(Of IPEndPoint,DiscoveredEngine)
Visual Basic (Usage)Copy Code
Dim instance As Manager
Dim value As Dictionary(Of IPEndPoint,DiscoveredEngine)
 
value = instance.DiscoveredEngines
C# 
public readonly Dictionary<IPEndPoint,DiscoveredEngine> DiscoveredEngines
Managed Extensions for C++ 
public: readonly Dictionary<IPEndPoint*,DiscoveredEngine*>* DiscoveredEngines
C++/CLI 
public:
readonly Dictionary<IPEndPoint^,DiscoveredEngine^>^ DiscoveredEngines

Property Value

A Dictionary that uses an IPEndPoint to look-up engine information previously discovered.

Remarks

This cache will be used by subsequent SNMPv3 communications to an IPEndPoint previously communicated with.

Note that this cache is shared with any ManagerSlave instances created with this Manager instance. These ManagerSlave instances may add or remove DiscoveredEngines to and from the cache.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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