Interface IEventReader
Simple interface for reading events from a stream.
Namespace: Sdl.LanguagePlatform.IO.Streams
Assembly: Sdl.LanguagePlatform.IO.dll
Syntax
public interface IEventReader
Methods
Read()
Reads the next item in the stream and returns the corresponding Event object, from that particular item.
Declaration
Event Read()
Returns
Type | Description |
---|---|
Event | An Event object. |