uaPLUS Reference
Subscription Constructor
See Also  Send Feedback
Opc.Ua.Server Namespace > Subscription Class : Subscription Constructor

server
session
subscriptionId
publishingInterval
maxLifetimeCount
maxKeepAliveCount
maxNotificationsPerPublish
priority
publishingEnabled
maxMessageCount

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal server As IServerInternal, _
   ByVal session As Session, _
   ByVal subscriptionId As UInteger, _
   ByVal publishingInterval As Double, _
   ByVal maxLifetimeCount As UInteger, _
   ByVal maxKeepAliveCount As UInteger, _
   ByVal maxNotificationsPerPublish As UInteger, _
   ByVal priority As Byte, _
   ByVal publishingEnabled As Boolean, _
   ByVal maxMessageCount As UInteger _
)

Parameters

server
session
subscriptionId
publishingInterval
maxLifetimeCount
maxKeepAliveCount
maxNotificationsPerPublish
priority
publishingEnabled
maxMessageCount

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.