Opc.Ua.Core
MaxNotificationsPerPublish Property



Opc.Ua Namespace > ServerConfiguration Class : MaxNotificationsPerPublish Property
The maximum number of notifications per publish.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=19)>
Public Property MaxNotificationsPerPublish As Integer
'Usage
 
Dim instance As ServerConfiguration
Dim value As Integer
 
instance.MaxNotificationsPerPublish = value
 
value = instance.MaxNotificationsPerPublish
[DataMember(IsRequired=false, Order=19)]
public int MaxNotificationsPerPublish {get; set;}
[DataMember(IsRequired=false, Order=19)]
public:
property int MaxNotificationsPerPublish {
   int get();
   void set (    int value);
}

Property Value

The maximum number of notifications per publish.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerConfiguration Class
ServerConfiguration Members