EasyUA Reference
KeepAliveCount Property
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Subscription Class : KeepAliveCount Property

Glossary Item Box

Maximum keep-alive count. When the publishing timer has expired this number of times without requiring any NotificationMessage to be sent, the Subscription sends a keep-alive Message to the Client. The negotiated value for this parameter is returned in the response. If the requested value is 0, the server shall revise with the smallest supported keep-alive count.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Subscription
Dim value As UInteger
 
instance.KeepAliveCount = value
 
value = instance.KeepAliveCount
C# 
[DataMemberAttribute(3)]
public uint KeepAliveCount {get; set;}

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.