MemoryCacheMultiThreadedlockedKeys Field |
The Dictionary which holds the locked keys.
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax protected Dictionary<string, ManualResetEvent> lockedKeys
Protected lockedKeys As Dictionary(Of String, ManualResetEvent)
protected:
Dictionary<String^, ManualResetEvent^>^ lockedKeys
val mutable lockedKeys: Dictionary<string, ManualResetEvent>
Field Value
Type:
DictionaryString,
ManualResetEventSee Also