Beispiel #1
0
        public async Task <string> GetEventSourceCheckpointAsync(string eventSourceName)
        {
            EventSourceState eventSourceState = await crudRepository.FindAsync <EventSourceState>(eventSourceName);

            return(eventSourceState?.EventEnqueueCheckpoint);
        }