OPCDA.NET Reference Manual
ServerResponseLimit Property
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > BGServer Class : ServerResponseLimit Property

Glossary Item Box

This is the time limit in milliseconds for the OPC server call handling. The default is 10 seconds.
If the server call does not return within this time limit then the GeneralError handling method is called with a TIMEOUT error indication.
The server access thread may continue to wait for the server call to finish or timeout. Further requests are not being handled before this happens.

Syntax

Visual Basic (Declaration) 
Public Property ServerResponseLimit As Integer
C# 
public int ServerResponseLimit {get; set;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.