Opc.Ua.Server.CustomNodeManager2.IsReferenceInView C# (CSharp) 메소드

IsReferenceInView() 보호된 메소드

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