| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Subscription Dim value As Boolean instance.DisableMonitoredItemCache = value value = instance.DisableMonitoredItemCache | |
| C# | |
|---|---|
[DataMemberAttribute(12)] public bool DisableMonitoredItemCache {get; set;} | |
Property Value
true if monitored item cache is disabled; otherwise, false.
Applications must process the Session.Notication event if this is set to true.
This flag improves performance by eliminating the processing involved in updating the cache.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x