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

context
The system context.
notifiers
The list of notifiers to populate.

Glossary Item Box

Populates a list with the notifiers that belong to the node.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim notifiers As IList(Of NodeState.Notifier)
 
instance.GetNotifiers(context, notifiers)
C# 
public virtual void GetNotifiers( 
   ISystemContext context,
   IList<NodeState.Notifier> notifiers
)

Parameters

context
The system context.
notifiers
The list of notifiers to populate.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.