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

context
The system context for the call.
nodesToWrite
The client requested nodes to write.
errors
The result code for each requested node.
nodeHandles
The handles of the nodes that need to be written to the underlying system. The NodeHandle Index field contains the index if the node in the NodesToWrite request list. The index is needed to write the error/sucess code into teh request list.
cache
The cache.

Glossary Item Box

Validates the nodes and writes the value to the underlying system.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub WriteVirtualNodes( _
   ByVal context As ServerSystemContext, _
   ByVal nodesToWrite As IList(Of WriteValue), _
   ByVal errors As IList(Of ServiceResult), _
   ByVal nodeHandles As List(Of NodeHandle), _
   ByVal cache As IDictionary(Of NodeId,NodeState) _
) 

Parameters

context
The system context for the call.
nodesToWrite
The client requested nodes to write.
errors
The result code for each requested node.
nodeHandles
The handles of the nodes that need to be written to the underlying system. The NodeHandle Index field contains the index if the node in the NodesToWrite request list. The index is needed to write the error/sucess code into teh request list.
cache
The cache.

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.