EasyUA Reference
AddNotifier Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class : AddNotifier Method

context
The system context.
referenceTypeId
The type of reference (HasEventSource is used if null specified).
isInverse
True for an inverse reference.
target
The target of the reference.

Glossary Item Box

Adds a notifier relationship to the node.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim target As NodeState
 
instance.AddNotifier(context, referenceTypeId, isInverse, target)
C# 
public virtual void AddNotifier( 
   ISystemContext context,
   NodeId referenceTypeId,
   bool isInverse,
   NodeState target
)

Parameters

context
The system context.
referenceTypeId
The type of reference (HasEventSource is used if null specified).
isInverse
True for an inverse reference.
target
The target of the reference.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.