Opc.Ua.Core
PopulateBrowser Method (NodeState)



Opc.Ua Namespace > NodeState Class : PopulateBrowser Method
The context for the current operation.
The browser to populate.
Populates the browser with references that meet the criteria.
Syntax
'Declaration
 
Protected Overridable Sub PopulateBrowser( _
   ByVal context As ISystemContext, _
   ByVal browser As NodeBrowser _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim browser As NodeBrowser
 
instance.PopulateBrowser(context, browser)
protected virtual void PopulateBrowser( 
   ISystemContext context,
   NodeBrowser browser
)
protected:
virtual void PopulateBrowser( 
   ISystemContext^ context,
   NodeBrowser^ browser
) 

Parameters

context
The context for the current operation.
browser
The browser to populate.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members