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) _ ) |
C# | |
---|---|
protected override void WriteVirtualNodes( ServerSystemContext context, IList<WriteValue> nodesToWrite, IList<ServiceResult> errors, List<NodeHandle> nodeHandles, IDictionary<NodeId,NodeState> cache ) |
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.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family