'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function BrowseOne( _ ByVal client As IEasyUAClient, _ ByVal browseArguments As UABrowseArguments _ ) As UANodeElementCollectionResult
'Usage
Dim client As IEasyUAClient Dim browseArguments As UABrowseArguments Dim value As UANodeElementCollectionResult value = IEasyUAClientExtension.BrowseOne(client, browseArguments)
[Extension()] [NotNull()] public static UANodeElementCollectionResult BrowseOne( IEasyUAClient client, UABrowseArguments browseArguments )
[Extension()] [NotNull()] public: static UANodeElementCollectionResult^ BrowseOne( IEasyUAClient^ client, UABrowseArguments^ browseArguments )
Parameters
- client
- The client object that will perform the operation.
This is typically the EasyUAClient object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - browseArguments
- Holds arguments needed to browse OPC UA 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).