Requested lifetime count (see 7.5 for Counter definition). The lifetime count shall be a minimum of three times the 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 SubscriptionTemplate
Dim value As UInteger
value = instance.lifetimeCount
instance.lifetimeCount = value
|
C# | |
---|
public uint lifetimeCount
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also