Click or drag to resize
S101LogReaderRead Method
Reads the next event.

Namespace: Lawo.EmberPlusSharp.S101
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 event was read successfully; false if there are no more events to read.
Exceptions
ExceptionCondition
XmlExceptionAn error occurred while parsing the XML-encoded data, see Message for more information.
Remarks

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

See Also