Click or drag to resize
GlowLogInterpreterRead Method
Reads the next message.

Namespace: Lawo.EmberPlusSharp.Glow
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public bool Read()

Return Value

Type: Boolean
true if the next message was read successfully; false if there are no more messages to read.
Exceptions
ExceptionCondition
XmlExceptionAn error occurred while parsing the XML-encoded data, see Message for more information.
Remarks

When a GlowLogInterpreter is first created and initialized, there is no information available. You must call Read to read the first message.

See Also