uaPLUS Reference
WriteNodeValue Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > BaseNodeManager Class : WriteNodeValue Method

context
The system context for the call.
node
The DataItemState derived object of the node to be updated.
value
The new value.
statusCode
The new value status code
sourceTimestamp
The new timestamp

Glossary Item Box

Write the value to the node cache with checks for write permissions. The ClearChangeMasks method is called to initiate client notifications for nodes that are monitored.

Syntax

Visual Basic (Declaration) 
Public Function WriteNodeValue( _
   ByVal context As ServerSystemContext, _
   ByVal node As DataItemState, _
   ByVal value As Object, _
   ByVal statusCode As StatusCode, _
   ByVal sourceTimestamp As Date _
) As ServiceResult

Parameters

context
The system context for the call.
node
The DataItemState derived object of the node to be updated.
value
The new value.
statusCode
The new value status code
sourceTimestamp
The new timestamp

Return Value

Error/success status code

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.