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