PowerSNMP for .NET
OptimizedCache Field (TrapUserList)




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


PowerSNMP for .NET Documentation Version 6.0
© 2021 Dart Communications. All Rights Reserved.
Send comments on this topic