Opc.Ua.Core
MaxRequestThreadCount Property



Opc.Ua Namespace > ServerBaseConfiguration Class : MaxRequestThreadCount Property
The maximum number of threads assigned to processing requests.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=4)>
Public Property MaxRequestThreadCount As Integer
'Usage
 
Dim instance As ServerBaseConfiguration
Dim value As Integer
 
instance.MaxRequestThreadCount = value
 
value = instance.MaxRequestThreadCount
[DataMember(IsRequired=false, Order=4)]
public int MaxRequestThreadCount {get; set;}
[DataMember(IsRequired=false, Order=4)]
public:
property int MaxRequestThreadCount {
   int get();
   void set (    int value);
}

Property Value

The maximum request thread count.
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

ServerBaseConfiguration Class
ServerBaseConfiguration Members