Opc.Ua.Fdi7.ServerCommunicationFFH1DeviceState.InitializeOptionalChildren C# (CSharp) Метод

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

Initializes the any option children defined for the instance.
protected InitializeOptionalChildren ( ISystemContext context ) : void
context ISystemContext
Результат void
        protected override void InitializeOptionalChildren(ISystemContext context)
        {
            base.InitializeOptionalChildren(context);

            if (MethodSet != null)
            {
                MethodSet.Initialize(context, MethodSet_InitializationString);
            }
        }