OPCDA.NET Reference Manual
OnBGBrowseServers Delegate
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace : OnBGBrowseServers Delegate

ex
null (Nothing) except when an error occured in the handling of the request. On error the other paramters are invalid, except for the tag parameter.
machine
Network name of the computer where the OPC servers where browsed. An empty string indicates the local machine.
servers
List with the ProgID names of the browsed OPC servers.
tag
null (Nothing) or an object passed from the request call. The application can pass an object with any kind of information from the request module to the completion handler. xxx( BGException ex, string machine, string[] servers, object tag ){}

Glossary Item Box

BGCore.BrowseServers completion notification.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub OnBGBrowseServers( _
   ByVal ex As BGException, _
   ByVal machine As String, _
   ByVal servers() As String, _
   ByVal tag As Object _
) 
C# 
public delegate void OnBGBrowseServers( 
   BGException ex,
   string machine,
   string[] servers,
   object tag
)

Parameters

ex
null (Nothing) except when an error occured in the handling of the request. On error the other paramters are invalid, except for the tag parameter.
machine
Network name of the computer where the OPC servers where browsed. An empty string indicates the local machine.
servers
List with the ProgID names of the browsed OPC servers.
tag
null (Nothing) or an object passed from the request call. The application can pass an object with any kind of information from the request module to the completion handler. xxx( BGException ex, string machine, string[] servers, object tag ){}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.