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

Glossary Item Box

The maximum number of notifications that the Client wishes to receive in a single Publish response. A value of zero indicates that there is no limit. The number of notifications per Publish is the sum of monitoredItems in the DataChangeNotification and events in the EventNotificationList.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Subscription
Dim value As UInteger
 
instance.MaxNotificationsPerPublish = value
 
value = instance.MaxNotificationsPerPublish
C# 
[DataMemberAttribute(5)]
public uint MaxNotificationsPerPublish {get; set;}

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.