uaPLUS Reference
Read Method
See Also  Send Feedback
Advosol.uaPLUS.AE Namespace > ComAeClientNodeManager Class : Read Method

context
maxAge
nodesToRead
values
errors

Glossary Item Box

Reads the value for the specified list of attributes. 2017-5-18

Syntax

Visual Basic (Declaration) 
Public Overrides Sub Read( _
   ByVal context As OperationContext, _
   ByVal maxAge As Double, _
   ByVal nodesToRead As IList(Of ReadValueId), _
   ByVal values As IList(Of DataValue), _
   ByVal errors As IList(Of ServiceResult) _
) 
C# 
public override void Read( 
   OperationContext context,
   double maxAge,
   IList<ReadValueId> nodesToRead,
   IList<DataValue> values,
   IList<ServiceResult> errors
)

Parameters

context
maxAge
nodesToRead
values
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.