Opc.Ua.Core
MinRequestThreadCount Property



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

Property Value

The minimum 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