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

Glossary Item Box

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

Syntax

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

Property Value

The maximum 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.