'Declaration
Public Overridable Sub ConditionRefresh( _ ByVal context As ISystemContext, _ ByVal events As List(Of IFilterTarget), _ ByVal includeChildren As Boolean _ )
'Usage
Dim instance As NodeState Dim context As ISystemContext Dim events As List(Of IFilterTarget) Dim includeChildren As Boolean instance.ConditionRefresh(context, events, includeChildren)
public virtual void ConditionRefresh( ISystemContext context, List<IFilterTarget> events, bool includeChildren )
public: virtual void ConditionRefresh( ISystemContext^ context, List<IFilterTarget^>^ events, bool includeChildren )
Parameters
- context
- The system context.
- events
- The list of condition events to return.
- includeChildren
- Whether to recursively report events for the children.