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

Glossary Item Box

The maximum age of an incoming request (old requests are rejected).

Syntax

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

Property Value

The maximum age of an incoming request.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.