EasyUA Reference
MinRequestThreadCount Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServerBaseConfiguration Class : MinRequestThreadCount Property

Glossary Item Box

Gets or sets the minimum number of threads assigned to processing requests.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServerBaseConfiguration
Dim value As Integer
 
instance.MinRequestThreadCount = value
 
value = instance.MinRequestThreadCount
C# 
[DataMemberAttribute(3)]
public int MinRequestThreadCount {get; set;}

Property Value

The minimum request thread count.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.