'Declaration
Public Function BrowseMultiple( _ ByVal browseArgumentsArray() As UABrowseArguments _ ) As UANodeElementCollectionResult()
'Usage
Dim instance As EasyUAClientCore Dim browseArgumentsArray() As UABrowseArguments Dim value() As UANodeElementCollectionResult value = instance.BrowseMultiple(browseArgumentsArray)
public UANodeElementCollectionResult[] BrowseMultiple( UABrowseArguments[] browseArgumentsArray )
public: array<UANodeElementCollectionResult^>^ BrowseMultiple( array<UABrowseArguments^>^ browseArgumentsArray )
Parameters
- browseArgumentsArray
- Array of OpcLabs.EasyOpc.UA.OperationModel.UABrowseArguments. Specifies which nodes to browse in an OPC-UA server, and the browse parameters to be used.
Return Value
Array of OpcLabs.EasyOpc.UA.OperationModel.UANodeElementCollectionResult. Returns an array of results. Each result, when successful, stores the node element collection that is the outcome of the browse. The indices of elements in the output array are the same as those in the input array, browseArgumentsArray.