Hi
Is this the correct way to read last event from a stream?
connection.ReadEventAsync(stream, StreamPosition.End, false);
Hi
Is this the correct way to read last event from a stream?
connection.ReadEventAsync(stream, StreamPosition.End, false);
connection.ReadStreamEventsBackward and just read a single event.