NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ReadState Enumeration

Specifies the state of the stream.

[Visual Basic]
Public Enum ReadState
[C#]
public enum ReadState
[C++]
public enum ReadState

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Closed The Close method has been called.
EndOfFile The end of the stream has been reached successfully.
Error An error occurred that prevents the read operation from continuing.
Initial The Read method has not been called.
Interactive Read operation is in progress.

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

System.NewXml Namespace