EasyUA Reference
keepAliveCount Field
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > SubscriptionTemplate Class : keepAliveCount Field

Glossary Item Box

Requested 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 SubscriptionTemplate
Dim value As UInteger
 
value = instance.keepAliveCount
 
instance.keepAliveCount = value
C# 
public uint keepAliveCount

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.