uaPLUS Reference
Add(NodeState,ReadValueId,Boolean) Method
See Also  Send Feedback
Advosol.uaPLUS.HDA Namespace > HdaReadRequestCollection Class > Add Method : Add(NodeState,ReadValueId,Boolean) Method

source
The source.
nodeToRead
The node to read.
queued
if set to true [queued].

Glossary Item Box

Adds a request for the specified source.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Add( _
   ByVal source As NodeState, _
   ByVal nodeToRead As ReadValueId, _
   ByRef queued As Boolean _
) As StatusCode
C# 
public StatusCode Add( 
   NodeState source,
   ReadValueId nodeToRead,
   out bool queued
)

Parameters

source
The source.
nodeToRead
The node to read.
queued
if set to true [queued].

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.