EasyUA Reference
WriteAttributes(IList<WriteValue>) Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class > WriteAttributes Method : WriteAttributes(IList<WriteValue>) Method

nodesToWrite
The nodes/attributes to write.

Glossary Item Box

Writes attributes synchronously to server.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim nodesToWrite As IList(Of WriteValue)
Dim value As List(Of StatusCode)
 
value = instance.WriteAttributes(nodesToWrite)
C# 
public List<StatusCode> WriteAttributes( 
   IList<WriteValue> nodesToWrite
)

Parameters

nodesToWrite
The nodes/attributes to write.

Return Value

A list of StatusCodes that indicate for each node whether the write operation has been successful.

Remarks

The Write Service is used to write a list of attributes of one or more nodes. For the Value Attribute the Write rights are indicated by the AccessLevel and UserAccessLevel Attribute of the Variable.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.