uaPLUS Reference
CalculateLifetimeCount Method
See Also  Send Feedback
Opc.Ua.Server Namespace > SubscriptionManager Class : CalculateLifetimeCount Method

publishingInterval
keepAliveCount
lifetimeCount

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Overridable Function CalculateLifetimeCount( _
   ByVal publishingInterval As Double, _
   ByVal keepAliveCount As UInteger, _
   ByVal lifetimeCount As UInteger _
) As UInteger
C# 
protected virtual uint CalculateLifetimeCount( 
   double publishingInterval,
   uint keepAliveCount,
   uint lifetimeCount
)

Parameters

publishingInterval
keepAliveCount
lifetimeCount

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.