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

Glossary Item Box

That maximum period of that a session is allowed to remain open without communication from the client (in milliseconds).

Syntax

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

Property Value

The maximum session timeout.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.