EasyUA Reference
GetChildren Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > MethodState Class : GetChildren Method

context
The context for the system being accessed.
children
The list of children to populate.

Glossary Item Box

Populates a list with the children that belong to the node.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As MethodState
Dim context As ISystemContext
Dim children As IList(Of BaseInstanceState)
 
instance.GetChildren(context, children)
C# 
public override void GetChildren( 
   ISystemContext context,
   IList<BaseInstanceState> children
)

Parameters

context
The context for the system being accessed.
children
The list of children to populate.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.