EasyUA Reference
GetNotifiers(ISystemContext,IList<Notifier>,NodeId,Boolean) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class > GetNotifiers Method : GetNotifiers(ISystemContext,IList<Notifier>,NodeId,Boolean) Method

context
notifiers
notifierTypeId
isInverse

Glossary Item Box

Returns any notifiers with the specified notifier type (NodeId) and direction.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim notifiers As IList(Of NodeState.Notifier)
Dim notifierTypeId As NodeId
Dim isInverse As Boolean
 
instance.GetNotifiers(context, notifiers, notifierTypeId, isInverse)

Parameters

context
notifiers
notifierTypeId
isInverse

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.