Opc.Ua.Server.CustomNodeManager2.IsReferenceInView C# (CSharp) Method

IsReferenceInView() protected method

Checks if the reference is in the view.
protected IsReferenceInView ( ServerSystemContext context, ContinuationPoint continuationPoint, IReference reference ) : bool
context ServerSystemContext
continuationPoint ContinuationPoint
reference IReference
return bool
        protected virtual bool IsReferenceInView(ServerSystemContext context, ContinuationPoint continuationPoint, IReference reference)
        {
            return true;
        }
CustomNodeManager2