uaPLUS Reference
Write Method
See Also  Send Feedback
Opc.Ua.Server Namespace > CustomNodeManager2 Class : Write Method

context
nodesToWrite
errors

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Write( _
   ByVal context As OperationContext, _
   ByVal nodesToWrite As IList(Of WriteValue), _
   ByVal errors As IList(Of ServiceResult) _
) 
C# 
public virtual void Write( 
   OperationContext context,
   IList<WriteValue> nodesToWrite,
   IList<ServiceResult> errors
)

Parameters

context
nodesToWrite
errors

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.