'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function BrowseOne( _ ByVal client As IEasyAEClient, _ ByVal browseArguments As AEBrowseArguments _ ) As AENodeElementCollectionResult
'Usage
Dim client As IEasyAEClient Dim browseArguments As AEBrowseArguments Dim value As AENodeElementCollectionResult value = IEasyAEClientExtension2.BrowseOne(client, browseArguments)
[Extension()] [NotNull()] public static AENodeElementCollectionResult BrowseOne( IEasyAEClient client, AEBrowseArguments browseArguments )
[Extension()] [NotNull()] public: static AENodeElementCollectionResult^ BrowseOne( IEasyAEClient^ client, AEBrowseArguments^ browseArguments )
Parameters
- client
- The client object that will perform the operation.
- browseArguments
- Holds arguments needed to browse OPC A&E server nodes.