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

Glossary Item Box

Requested lifetime count. The lifetime count shall be a minimum of three times the keep keep-alive count. When the publishing timer has expired this number of times without a Publish request being available to send a NotificationMessage, then the Subscription shall be deleted by the Server.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Subscription
Dim value As UInteger
 
instance.LifetimeCount = value
 
value = instance.LifetimeCount
C# 
[DataMemberAttribute(4)]
public uint LifetimeCount {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.