'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function Read( _ ByVal client As IEasyUAClient, _ ByVal nodeArguments As UANodeArguments, _ ByVal indexRangeList As UAIndexRangeList _ ) As UAAttributeData
'Usage
Dim client As IEasyUAClient Dim nodeArguments As UANodeArguments Dim indexRangeList As UAIndexRangeList Dim value As UAAttributeData value = IEasyUAClientExtension.Read(client, nodeArguments, indexRangeList)
[Extension()] [NotNull()] public static UAAttributeData Read( IEasyUAClient client, UANodeArguments nodeArguments, UAIndexRangeList indexRangeList )
[Extension()] [NotNull()] public: static UAAttributeData^ Read( IEasyUAClient^ client, UANodeArguments^ nodeArguments, UAIndexRangeList^ indexRangeList )
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). - nodeArguments
- An object that specifies the node in the OPC server.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - indexRangeList
- List of index ranges.
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).