OPCDA.NET Reference Manual
Load(Stream) Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > ItemListLoader Class > Load Method : Load(Stream) Method

stream
System.IO.Stream to read the XML text from.

Glossary Item Box

Available in the OPCDA.NET Professional Edition only.
Loads the XML text from the specified stream and deserializes into an array structure, which is stored in this object. Access methods return selected information in the proper type for XML-DA server calls. This method overload is provided to give the flexibility to read the XML text from anywhre, e.g. a memory buffer. The user has create the Stream appropriate for the source.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Load( _
   ByVal stream As Stream _
) 
C# 
public void Load( 
   Stream stream
)

Parameters

stream
System.IO.Stream to read the XML text from.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.