'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function ReadMultipleDisplayNames( _ ByVal client As IEasyUAClient, _ ByVal nodeArgumentsArray() As UANodeArguments _ ) As ValueResult(Of String)()
'Usage
Dim client As IEasyUAClient Dim nodeArgumentsArray() As UANodeArguments Dim value() As ValueResult(Of String) value = IEasyUAClientExtension2.ReadMultipleDisplayNames(client, nodeArgumentsArray)
[Extension()] [NotNull()] public static ValueResult<string>[] ReadMultipleDisplayNames( IEasyUAClient client, UANodeArguments[] nodeArgumentsArray )
[Extension()] [NotNull()] public: static array<ValueResult<String^>^>^ ReadMultipleDisplayNames( IEasyUAClient^ client, array<UANodeArguments^>^ nodeArgumentsArray )
Parameters
- client
- The client object that will perform the operation.
This is typically the OpcLabs.EasyOpc.UA.EasyUAClient object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - nodeArgumentsArray
- Array of OpcLabs.EasyOpc.UA.OperationModel.UANodeArguments. Array of argument objects specifying what to read from an OPC-UA server.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).