EasyUA Reference
DisableMonitoredItemCache Property
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Subscription Class : DisableMonitoredItemCache Property

Glossary Item Box

Gets or sets a value indicating whether the notifications are cached within the monitored items.

Syntax

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.

Remarks

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.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.