Gets properties (metadata) of multiple OPC UA files, specified by their file object nodes.
Parameters
- fileNodeArgumentsArray
- An array of arguments specifying the server endpoints and node descriptors of the file object nodes.
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
Returns an array of value result objects. Each element of the array corresponds to the element with the same index in the , and it contains either a
UAFileProperties object with the file properties (metadata), or a failure indications (in the
OpcLabs.BaseLib.OperationModel.OperationResult.Exception property.)
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also
Reference
EasyUAFileTransferClientCore Class
EasyUAFileTransferClientCore Members
GetFileProperties(IEasyUAFileTransfer,UAEndpointDescriptor,UANodeDescriptor) Method
OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransferExtension.GetMultipleFileProperties(OpcLabs.EasyOpc.UA.FileTransfer.IEasyUAFileTransfer,OpcLabs.EasyOpc.UA.UAEndpointDescriptor,System.Collections.Generic.IReadOnlyList{OpcLabs.EasyOpc.UA.UANodeDescriptor})
UAFileProperties Class