uaPLUS Reference
WritePlugin Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > uaPLUSNodeManager Class : WritePlugin Method

context
nodesToWrite
nodeHandles
errors
updateCache

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Sub WritePlugin( _
   ByVal context As OperationContext, _
   ByVal nodesToWrite As IList(Of WriteValue), _
   ByVal nodeHandles As IList(Of NodeHandle), _
   ByVal errors() As ServiceResult, _
   ByRef updateCache As Boolean _
) 
C# 
protected void WritePlugin( 
   OperationContext context,
   IList<WriteValue> nodesToWrite,
   IList<NodeHandle> nodeHandles,
   ServiceResult[] errors,
   out bool updateCache
)

Parameters

context
nodesToWrite
nodeHandles
errors
updateCache

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.