Opc.Ua.Core
Push Method (INodeBrowser)



Opc.Ua Namespace > INodeBrowser Interface : Push Method
Pushes a previously returned reference back into the browser.
Syntax
'Declaration
 
Sub Push( _
   ByVal reference As IReference _
) 
'Usage
 
Dim instance As INodeBrowser
Dim reference As IReference
 
instance.Push(reference)
void Push( 
   IReference reference
)
void Push( 
   IReference^ reference
) 

Parameters

reference
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

INodeBrowser Interface
INodeBrowser Members