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
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also