Opc.Ua.ConditionState.ConditionRefresh C# (CSharp) 메소드

ConditionRefresh() 공개 메소드

Handles a condition refresh.
public ConditionRefresh ( ISystemContext context, List events, bool includeChildren ) : void
context ISystemContext
events List
includeChildren bool
리턴 void
        public override void ConditionRefresh(ISystemContext context, List<IFilterTarget> events, bool includeChildren)
        {
            if (this.Retain.Value)
            {
                events.Add(this);
            }
        }