uaPLUS Reference
OnSubscribeToEvents Method
See Also  Send Feedback
Opc.Ua.Server Namespace > CustomNodeManager2 Class : OnSubscribeToEvents Method

context
monitoredNode
unsubscribe

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnSubscribeToEvents( _
   ByVal context As ServerSystemContext, _
   ByVal monitoredNode As MonitoredNode2, _
   ByVal unsubscribe As Boolean _
) 
C# 
protected virtual void OnSubscribeToEvents( 
   ServerSystemContext context,
   MonitoredNode2 monitoredNode,
   bool unsubscribe
)

Parameters

context
monitoredNode
unsubscribe

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.