PowerSNMP for .NET
OptimizedCache Field




The list of users is added to this cache to provides a fast lookup.
Syntax
Public OptimizedCache As Dictionary(Of String,User)
Dim instance As TrapUserList
Dim value As Dictionary(Of String,User)
 
value = instance.OptimizedCache
 
instance.OptimizedCache = value
public Dictionary<string,User> OptimizedCache
public: Dictionary<string*,User*>* OptimizedCache
public:
Dictionary<String^,User^>^ OptimizedCache
Remarks
Set to null to force a rebuild if the contents of the user list are changed after first use.
See Also

Reference

TrapUserList Class
TrapUserList Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic