Opc.Ua.Com.Client.ComDaClientNodeManager.AddAdditionalElementReferences C# (CSharp) Method

AddAdditionalElementReferences() protected method

Allows sub-class to add additional references to a element node after validation.
protected AddAdditionalElementReferences ( ServerSystemContext context, NodeState node ) : void
context Opc.Ua.Server.ServerSystemContext
node NodeState
return void
        protected virtual void AddAdditionalElementReferences(ServerSystemContext context, NodeState node)
        {
            // TBD
        }