uaPLUS Reference
UpdateNodeValue Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > BaseNodeManager Class : UpdateNodeValue 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

The cache value for the specified node is updated. The ClearChangeMasks method is called to initiate client notifications for nodes that are monitored.

Syntax

Visual Basic (Declaration) 
Public Sub UpdateNodeValue( _
   ByVal context As ServerSystemContext, _
   ByVal node As DataItemState, _
   ByVal value As Object, _
   ByVal statusCode As StatusCode, _
   ByVal sourceTimestamp As Date _
) 
C# 
public void UpdateNodeValue( 
   ServerSystemContext context,
   DataItemState node,
   object value,
   StatusCode statusCode,
   DateTime sourceTimestamp
)

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

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.