Opc.Ua.Server.DiagnosticsNodeManager.ValidateViewDescription C# (CSharp) Метод

ValidateViewDescription() защищенный Метод

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