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)
|
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