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.
Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("OPC")> <BrowsableAttribute(True)> <DefaultValueAttribute()> <DescriptionAttribute("Determines the the time limit, in milliseconds, for the OPC server call handling.")> Public Property ServerResponseLimit As Integer |
C# | |
---|---|
[CategoryAttribute("OPC")] [BrowsableAttribute(true)] [DefaultValueAttribute()] [DescriptionAttribute("Determines the the time limit, in milliseconds, for the OPC server call handling.")] public int ServerResponseLimit {get; set;} |