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

Glossary Item Box

Gets or sets a imtervall in ms attempts are made to server after errors.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim value As UInteger
 
instance.ReconnectPeriod = value
 
value = instance.ReconnectPeriod
C# 
public uint ReconnectPeriod {get; set;}

Property Value

The reconnect interval in ms. The value 0 disables the feature. The default is 10000ms

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.