'Declaration
Public Overridable Sub AddNotifier( _ ByVal context As ISystemContext, _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean, _ ByVal target As NodeState _ )
'Usage
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)
public virtual void AddNotifier( ISystemContext context, NodeId referenceTypeId, bool isInverse, NodeState target )
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.