Tamino API for .NET

TaminoCommand.RetrieveReader Method 

Retrieve specified XML document as a reader.

[Visual Basic]
Public Function RetrieveReader( _
   ByVal uri As TaminoUri _
) As XmlReader
[C#]
public XmlReader RetrieveReader(
   TaminoUri uri
);

Parameters

uri
location of document

Return Value

document as a reader

Remarks

The returned reader MUST be closed to prevent resource leakage!

Exceptions

Exception TypeCondition
WebExceptionif there is a communication failure

See Also

TaminoCommand Class | TaminoCommand Members | SoftwareAG.Tamino.Api Namespace