Opc.Ua.Core
MaxNotificationQueueSize Property



Opc.Ua Namespace > ServerConfiguration Class : MaxNotificationQueueSize Property
The maximum number of notificates saved in the queue for each monitored item.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=18)>
Public Property MaxNotificationQueueSize As Integer
'Usage
 
Dim instance As ServerConfiguration
Dim value As Integer
 
instance.MaxNotificationQueueSize = value
 
value = instance.MaxNotificationQueueSize
[DataMember(IsRequired=false, Order=18)]
public int MaxNotificationQueueSize {get; set;}
[DataMember(IsRequired=false, Order=18)]
public:
property int MaxNotificationQueueSize {
   int get();
   void set (    int value);
}

Property Value

The maximum size of the notification queue.
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