Opc.Ua.Core
MaxEventQueueSize Property



Opc.Ua Namespace > ServerConfiguration Class : MaxEventQueueSize Property
The max size of the event queue.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=28)>
Public Property MaxEventQueueSize As Integer
'Usage
 
Dim instance As ServerConfiguration
Dim value As Integer
 
instance.MaxEventQueueSize = value
 
value = instance.MaxEventQueueSize
[DataMember(IsRequired=false, Order=28)]
public int MaxEventQueueSize {get; set;}
[DataMember(IsRequired=false, Order=28)]
public:
property int MaxEventQueueSize {
   int get();
   void set (    int value);
}

Property Value

The max size of the event 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