'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function BrowseOne( _ ByVal client As IEasyDAClient, _ ByVal browseArguments As DABrowseArguments _ ) As DANodeElementCollectionResult
'Usage
Dim client As IEasyDAClient Dim browseArguments As DABrowseArguments Dim value As DANodeElementCollectionResult value = IEasyDAClientExtension2.BrowseOne(client, browseArguments)
[Extension()] [NotNull()] public static DANodeElementCollectionResult BrowseOne( IEasyDAClient client, DABrowseArguments browseArguments )
[Extension()] [NotNull()] public: static DANodeElementCollectionResult^ BrowseOne( IEasyDAClient^ client, DABrowseArguments^ browseArguments )
Parameters
- client
- The client object that will perform the operation.
This is typically the OpcLabs.EasyOpc.DataAccess.EasyDAClient object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - browseArguments
- Holds arguments needed to browse OPC DA server nodes.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).