Opc.Ua.Core
PopulateBrowser Method (BaseInstanceState)



Opc.Ua Namespace > BaseInstanceState 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 Overrides Sub PopulateBrowser( _
   ByVal context As ISystemContext, _
   ByVal browser As NodeBrowser _
) 
'Usage
 
Dim instance As BaseInstanceState
Dim context As ISystemContext
Dim browser As NodeBrowser
 
instance.PopulateBrowser(context, browser)
protected override void PopulateBrowser( 
   ISystemContext context,
   NodeBrowser browser
)
protected:
void PopulateBrowser( 
   ISystemContext^ context,
   NodeBrowser^ browser
) override 

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

BaseInstanceState Class
BaseInstanceState Members