EasyUA Reference
StatusCheckInterval Property
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class : StatusCheckInterval Property

Glossary Item Box

Gets or Sets how frequently the server is pinged to see if communication is still working.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim value As Integer
 
instance.StatusCheckInterval = value
 
value = instance.StatusCheckInterval
C# 
public int StatusCheckInterval {get; set;}

Remarks

This interval in ms determines how frequently the status is read from the UA server. If set to 0 then this feature is disabled. the default is 5000 ms.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.