Opc.Ua.Server.DiagnosticsNodeManager.ValidateViewDescription C# (CSharp) Method

ValidateViewDescription() protected method

Validates the view description passed to a browse request (throws on error).
protected ValidateViewDescription ( ServerSystemContext context, ViewDescription view ) : void
context ServerSystemContext
view ViewDescription
return void
        protected override void ValidateViewDescription(ServerSystemContext context, ViewDescription view)
        {
            // always accept all views so the root nodes appear in the view.
        }