QuickOPC User's Guide and Reference
RetrieveResults Method (OpcBrowseDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseDialog Class : RetrieveResults Method
Called to retrieve the results from the internal browse nodes form. Called to retrieve the results from the internal browse nodes form.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub RetrieveResults( _
   ByVal browseNodesForm As BrowseNodesForm _
) 
'Usage
 
Dim instance As OpcBrowseDialog
Dim browseNodesForm As BrowseNodesForm
 
instance.RetrieveResults(browseNodesForm)
protected override void RetrieveResults( 
   BrowseNodesForm browseNodesForm
)
protected:
void RetrieveResults( 
   BrowseNodesForm^ browseNodesForm
) override 

Parameters

browseNodesForm
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also