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);
            }
        }